/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px;	
	margin-bottom: 0px; 
	 
}
body,td,th {
	font-family: verdana, arial;
	font-size: 12px; 
	color: #333333;
}
.main{
	line-height: 140%;
}

/* Links */
.blue{
	color: #150aeb;
	font-weight: bold;
	font-size: 14px;
}
.blue a{
 	color: #150aeb;
 	text-decoration: none;
}
.blue a:hover{
	color: #00cc33;
	text-decoration: underline;
}
.green{
	color: #198106;
}
.smBlue{
	color: #07519A;
}
.smBlue a{
	color: #07519A;
	text-decoration: none;
}
.smBlue a:hover{
	color: #07519A;
	text-decoration: underline;
}
#caption {
	color: #990000;
	font-weight: bold;
	margin-bottom: 19px;
}
.review{
	line-height: 130%;
}
.review a{
	text-decoration: none;
	color:#333333;
}
.review a:hover{
	text-decoration: underline;
	color:#FF0000;
}

/* Boxes*/
.headerBox {
	text-align: left;
	border-right: double;
	border-left: double;
	border-top: double;
	border-color:#666666;
	background: #990000;
	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:#666666;
}
.spacer{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color:#b4ccee;
}