@import url(reset.css);
@import url(standard.css);

.divTitle{
	background-color: #003333;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 0px;
	width: 100%;
	text-align: center;
	font-family: Californian FB;
}

.divTitle{
	width: 100%;
}

.divLinks{
	background-color: #003333;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana;
	padding: 5px 15px;
	width: 150px !important;
	height: 100%;
	float: left;
	clear: left;
}

.divBody{
	background-color: #A3C2DA; 
	padding: 5px 10px;
	vertical-align: top;
	height: 100%;
	margin-left: 180px;
}

.clear{
	clear: both;
}


.divLinks a:link, a:visited{
	text-decoration:none;
	color: #FFFFFF;
	white-space:nowrap;
}

.divLinks a:hover{
	text-decoration: underline;
	white-space:nowrap;
}


.pagetitle{
	font-size: 14pt;
	color: #003333;
	font-weight: bolder;
	margin-bottom: 50px;
	font-family:Comic Sans MS;
}

.title{
	font-size: large;
	color: #003333;
	font-weight: bold;
}

.legal{
	font-size: xx-small;
}

table{
	border-width: 0.5pt;
	border-style: solid;
	border-color: #003333;
	border-collapse: collapse;
	font-size: 10pt;
}

table td{
	border-width: 0.5pt;
	border-style: solid;
	border-color: #003333;
	border-collapse: collapse;
	vertical-align:text-top;
}

.tableHeader{
	border-width: 0.5pt;
	border-style: solid;
	border-color: #003333;
	border-collapse: collapse;
	
	background-color: #003333;
	color: #FFFFFF;
	font-weight: bold;
}

.tableHeader td{
	border-width: 0.5pt;
	border-style: solid;
	border-color: #003333;
	border-collapse: collapse;
	
	background-color: #003333;
	color: #FFFFFF;
	font-weight: bold;
}

.tableWithoutBorder{
	border-width: 0pt;
	border-style: none;
	font-size: 10pt;
	padding: 2px;
}

.tableWithoutBorder td{
	border-width: 0pt;
	border-style: none;
}

.small{
	font-size: 10px;
}

.bold{
	font-weight:bold;
}

.underline{
	text-decoration:underline;
}