/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px;	
	margin-bottom: 0px; 
	background-color:#0099CC; 
}
body,td,th {
	font-family: tahoma, arial;
	font-size: 13px; 
	color: #333333;
}
.main{
	line-height: 140%;
}
h1{
	font-size: 22px;
}
h2{
	font-size: 16px;
}

/* Links */
.blue{
	color: #07519A;
	font-weight: bold;
	font-size: 14px;
}
.blue a{
 	color: #07519A;
 	text-decoration: none;
}
.blue a:hover{
	color: #07519A;
	text-decoration: underline;
}
.red {
	color: #990000;
	font-weight: bold;}
.green{
	color: #198106;
}
.smBlue{
	color: #07519A;
}
.smBlue a{
	color: #07519A;
	text-decoration: none;
}
.smBlue a:hover{
	color: #07519A;
	text-decoration: underline;
}

.review{
	line-height: 180%;
}
.review a{
	text-decoration: none;
	color:#333333;
}
.review a:hover{
	text-decoration: underline;
	color:#FF0000;
}
/* Boxes*/
.blueBox {
	text-align: left;
	border-right: double;
	border-left: double;
	border-top: double;
	border-color:#CCCCCC;
	background: #517486;
	padding: 5px;
	color:#FFFFFF;
}
.blueBorder{
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #b4ccee;
}
.dashed{
	padding: 10px;
	border-bottom: 1px dashed;
	border-color: #517486;
}
.double{
	margin-bottom: 10px;
	border: double;
	border-color:#CCCCCC;
}
.spacer{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color:#b4ccee;
}