@charset "utf-8";
/* CSS Document */
body{
margin:0px;
padding:0px;
background-color:#003366;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
}
.red {color:#C00000
}
.blue{
color: #0000CC;
}
img{
border:0;
}
#container{
width:685px;
background-color:#FFFFFF;
margin:20px auto;
padding:20px;
border:#0b5d8c 8px solid;
overflow:auto;
}
#successmsg{
font-size:24px;
color:#060;
color:#006600;
margin-bottom:20px;
margin-top:400px;
text-align:center;
}
H1 {font-family: Tahoma; font-size: 28pt; font-weight: bold;
}
H2 {font-family: Tahoma; font-size: 18pt; font-weight: bold; margin-top:30px; margin-bottom:30px;
}
.highlight {

	background-color: #FFFF00;
	font-weight: bold;
}
.testimonial {
	border: 2px dotted #000000;
	padding: 5px 15px 5px 15px;
	margin-bottom: 15px;
	background: #ecf5ff;
}
.strikethrough {
	text-decoration: line-through;
}
.big{
font-size:12pt;
}
li{
margin-bottom:25px;
}
.blue_box{
background-color:#D7D7FF;
padding:30px;
margin:20px;
border:solid #000000 1px;
}
.image_right{
padding:10px;
float:right;
}
.image_left{
padding:10px;
float:left;
}
.bold_underline{
font-weight:bold;
text-decoration:underline;
}.highlight_underline {
	text-decoration: underline;
	background-color: #FFFF00;
	font-weight: bold;
}
.yellow_box {
	background-color: #FFFF99;
	border: 1px solid #000000;
	padding: 5px;
}
.red_underline {
	color: #C00000;
	text-decoration: underline;
}
.highlight_red {
	font-weight: bold;
	color: #C00000;
	background-color: #FFFF00;
}
.dash_box {
	border: 3px dashed #C00000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

