/* CSS Document */

/* Link Styles */
A:link {
	color: #0000FF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
A:visited {
	color: #0000FF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
A:active {
	color: #0000FF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

/* Headers */

.sitemap {
	font-family: Tahoma;
	font-weight: 700;
	font-size: 12pt;
	color: #000000;
}

/* Headers */

.subsitemap {
	font-family: Tahoma;
	font-weight: 600;
	font-size: 10pt;
	color: #000000;
}

/* Body Styles */

body {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	font-weight: 600;
	background-color: #A8B2AF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

.crvbody {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	font-weight: 600;
	background-color: #2D86FF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

.vbbody {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	font-weight: 600;
	background-color: #FFEEA8;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

.homebody {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	font-weight: 600;
	background-color: #A6CCFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

.homebody2 {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	font-weight: 600;
	background-color: #2D86FF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}




/* Table Styles */

table {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	font-weight: 600;
}

/* Font Styles */

.loginfm {
	font-family: Trebuchet MS;
	font-size: 9pt;
	color: #000000;
	font-weight: 500;
}
.cat {
	font-family: Tahoma;
	font-size: 11pt;
	color: #000000;
	font-weight: 700;
	text-decoration: underline;	
}
.cheader {
	font-family: Tahoma;
	font-size: 12pt;
	color: #000000;
	font-weight: 700;
	text-decoration: underline;	
}
.tiptbn {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	font-weight: 600;	
}
.tracker {
	font-family: Tahoma;
	font-size: 7pt;
	color: #000000;
	font-weight: 600;
}
.tipinfo {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}
.aboutovl {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

.contains {
  	position: relative;
  	left: 2px;
  	top: 2px;
  	color: #CCCCCC;
  	font-weight: bold;
}
.text {
  	position: absolute;
  	//left: -2px;
  	//top: -2px;
  	color: #000000;
}
