html,body 
{
	font-size:9px;
	margin:0px;
	padding:0px;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	text-align:center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	vertical-align:top;
}

TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#maintable
{
	height:100%;
	width:100%;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	vertical-align:top;
}


/* HEADER AND MENU ITEMS START --------------------------------- */
#header1 {
	width:100%;
	height:120px;
	background-color:#000166;

}

.title
{
	margin-left:40px;
}

#header2 
{
	background-image:url(../images/image_amps_header_bg_right.gif);
	background-repeat:repeat-x;
	height:30px;	
}


#menu_text {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	padding:0 40px 0 0px;
	white-space:nowrap;
	}

#menu_spacer {
	
	}
/* HEADER AND MENU ITEMS END ---------------------------------------- */


#footer {
	background-image:url(../images/image_amps_footer_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height:153px;
}

#main
{
	height:100%;
	font-size:9px;
	color: #000000;
	padding-left:190px;
	background-color:#FFFFFF;
}

#content A, #content A:Visited, #content A:Active
{
	color:blue;
}

#content A:Hover
{
	color: #FF9900;
}

#content, #content TD
{
	color:#666666;
	padding-bottom:15px;
	background-color:#FFFFFF;
	vertical-align:top;
line-height:20px;
}

.content_header {
	color: #FF9801;
	font-weight: bold;
	font-size: 14px;
}

LI
{
	font-size:12px;
	margin:0px 0px 15px 25px;
	line-height:20px;
}

#content p
 {
	font-size:12px;
	padding:0 25px 0 10px;
	text-align:left;
	margin:15px 0 10px 0;
	line-height:20px;
}

#menu_text A {
	color:#FFFFFF;
	text-decoration:none;
}

#menu_text A:Hover {
	color:#000166;
	text-decoration:none;
}

#footernote
{
	font-size:10px;
}

.required
{
	color:Red;
}

INPUT
{
	border:solid 1px black;
}

TEXTAREA
{
	width:200px;
	height:150px;
	font-family:Verdana;
	font-size:10pt;
	border:solid 1px black;
}

.button
{
	border:solid 1px black;
	background-color:#000166;
	width:100px;
	height:25px;
	color:White;
}

.noborder
{
	border:0;
}