body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 12px;
	color: #FFFFFF;
  	background-color: #123B82;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.border {
	border: 1px solid #FFFFFF;
}

.left_image_text {
	font-size: 10px;
	color: #002465;
}
.copy {
	font-size: 12px;
	color: #FFFFFF;
}
.site_stroke {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DEE1FE;
	border-right-color: #DEE1FE;
	border-bottom-color: #DEE1FE;
	border-left-color: #DEE1FE;
}
a:link {
	text-transform: uppercase;
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	text-transform: uppercase;
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	text-transform: uppercase;
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-transform: uppercase;
	color: #0099FF;
	text-decoration: underline;
}

.small_txt {
	font-size: 10px;
	color: #FFFFFF;
}
.underline_hdr {
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bg_image {
	background-image: url(images/layout_bg.jpg);
	background-repeat: repeat-x;
}
.important_txt
{
	color:#0099FF;
	font-weight: bold;	
}
