/* CSS Document */
body
{
background-color: #DFDFDF;
}
#container
{
	position: absolute; 
	width: 900px; 
	height: 520px;
	left: 50%;
	margin-left: -450px;
	top:50%;
	margin-top: -260px;
	z-index: 2;
	background-color: #FFFFFF;
	border: solid 1px #666666;

}

ul
{
margin-top: 10px;
font-family: "Trebuchet MS", Arial;
font-size: 11px;
color: #666666;
list-style-type: square;
list-style-image: url(images/bullet.gif);
}
li a
{
text-decoration: none;
color: #666666;
}

li a:hover
{
color: #D7584F;
}

#Layer4, #Layer13
{
	margin: 10px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
}
#Layer4 table
{

	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #2c5858;

}
#Layer4 table input, #Layer4 table textarea
{
	border: 0px solid white;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #D7584F;
	width: 170px;

}
textarea
{
height: 100px;
overflow: auto;
}
#subbutt
{
border: 0.5px solid #ffffff!important;
width: 40px!important;
height: 25px!important;
cursor: hand;
background-color: #ffffff;
font-weight: bold;
text-decoration: underline;
}

#Layer7
{
/*margin-top: 10px;*/
font-family: "Trebuchet MS", Arial;
color: #666666;
}
#Layer7 li
{
font-size: 13px;
font-weight: bold;
color: #D7584F;
list-style-type: disc;
}
#Layer11
{
font-family: "Trebuchet MS", Arial;
font-size: 8px;
color: #D7584F;
}
#Layer11 a
{
text-decoration: none;
color: #D7584F;
}
#highlights
{
font-family: "Trebuchet MS", Arial;
font-size: 12px;
color: #D7584F;

}
#flink
{
font-family: "Trebuchet MS", Arial;
font-size: 12px;
color: #666666;
}
#flink a
{
text-decoration: none;
color: #000099;
}
#tdborders
{
border: 1px solid #cccccc;
color: #003366;
}