/* Main */
BODY {
	FONT-SIZE: 13px;
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	background-color: #d6ddd2;
	background-repeat: repeat-x;
	margin: 20px;
	LINE-HEIGHT: 1.3;
	color:#fff;
}
TD {
	FONT-SIZE: 13px; 
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	LINE-HEIGHT: 1.3;
	color: #fff
}

a {

	font-size: 12px;	
	color: #0000ff;
	text-decoration:none
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #0000ff;
	text-decoration:underline
}
a:active {
	color: #0000ff;	
}

.thumbtable {
	float: left;
}
/* Navigation */
.nav a, .nav a:visited {
	font-size: 15px;
	color: #666;
	font-weight: bold;
	text-decoration:none;



}
.nav a:hover {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}


.title{
	font-size: 24px;
	margin-bottom: 10px;
	color: #fff;
	padding: 0px, 5px, 0px, 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;

}
.title2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.title3{
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
/* Footer */
.footer{
	font-size: 11px;
	color:#6299c4;

}
.footer a, .footer a:visited  {
	font-size: 11px;	
	color:#6299c4;
	text-decoration:none;
}
.footer a:hover  {
	font-size: 11px;	
	color:#1F3083;
	text-decoration:underline;

}
table.table {
	border-width: 0px;

	border-collapse: collapse;
	background-color: #fff;
}
table.table th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color:  #d2e4fc #ffffff #d2e4fc #ffffff;
	background-color: #f2f1f9;

	font-size: 12px;

}
table.table td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color:  #d2e4fc #ffffff #d2e4fc #ffffff;
	background-color: #fff;

}