/* CSS Document */

body {
	margin:0;
	background:052b4f;
	background-image: url(../images/main_background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txtwhite11, .txtwhite11 A{
	font-size: 11px;
	color: #FFFFFF;
}
.txtwhite11 A:hover{
	text-decoration: none;
}

.txtwhite12, .txtwhite12 A{
	
	font-size: 12px;
	color: #FFFFFF;
}
.txtwhite12 A:hover{
	text-decoration: none;
}
.txtwhite14, .txtwhite14 A{
	font-size: 14px;
	color: #FFFFFF;
}

.txtred11, .txtred11 A{
	
	font-size: 11px;
	color: #ff423d;
}
.txtgray11, .txtgray11 A{
	
	font-size: 11px;
	color: #75757c;
}

.black11, .black11 A{
	
	font-size: 11px;
	color: #000000;
}

.black13, .black13 A{
	
	font-size: 13px;
	color: #000000;
}


.black12, .black12 A{
	
	font-size: 12px;
	color: #000000;
}

.black12 ul{
	list-style: disc;
}

.black12 li, .black12 li A{
	line-height: 1.6;
	list-style-image: url('../images/bullet_red.gif');
}
.txtwhite10, .txtwhite10 A{
	font-size: 10px;
	color: #FFFFFF;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

table.d{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 11px;
}