@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:664px;
background-color:#FFFFFF;
margin:20px auto;
padding:20px;
border:#0b5d8c 8px solid;
}
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:10px;
margin:20px;
border:solid #000000 1px;
}
.small{
font-size:10pt;
}