/* CSS Document */
body {
    margin:0px;
	background-color:#0099CC; 
}
body,td,th {
	font-family: tahoma, arial;
	font-size: 13px; 
	color: #333333;
}
.main{
	line-height: 140%;
}
h1{
	font-size: 22px;
	color: #990000
}
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: 130%;
}
.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;
	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;
	text-align: left;
}
.spacer{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color:#b4ccee;
}