﻿/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6 {margin:0; margin-left:10; padding:0; list-style:none; border:none;}
/* End Reset */

body 
{
	font-size:0.8em; 
	font-family:Arial,Verdana,Sans-Serif; 
	background: #ccc;}

a 
{
	color:Blue;
}

.BigTextBox
{
	 background-color:#EEE;
	width:100%;
	height:200px;
}

.SmallTextBox
{
	background-color:#EEE;
}

.GoButton
{
	width:100%;
	height:44px;	
}

.textboxhead
{
	font-weight:bold;
}

table
{
	width:100%;
}

td
{
	vertical-align:top;
}

td.tableside
{
	width:300px;
	vertical-align:top;
}

blockquote
{
	 background-color:White;
}

#error404 
{
	color:white;
}


/*Textbox 
Watermark*/

.watermarked 
{
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

/* Videohelp */ 

.Videohelp { 
position: fixed;
left: 0px;
top: 263px;
z-index: 5;
width: 22px;
height: 151px;
}