@charset "utf-8";


/* CSS Document */
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	min-height:100%;
}

/* Removes blue image border from all images */
img {
border: none;
}

#maindiv {
	width:545px;
	background-color: #FFFFFF;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
}

#editdiv {
width:545px;

}

#colcontent-div{
	width:98%;
	margin-left: 6px;
	margin-right: 0px;
	vertical-align: top;
	margin-top: 6px;
}

/* Start HYPER Link Rollovers */

a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #71AAFF;
	text-decoration: none;
}
/* End HYPER Link Rollovers */


/* ::::::::::: Classes ::::::::::::*/

.bold{
font-weight:bold;
}

.lineheight16pxjustify {
	line-height: 16px;
	text-align: justify;
}

/* Start ocvtsgray */
.ocvtsgray {
	line-height: 16px;
	text-align: justify;
	color: #666666;
}

.ocvtsgray-title1 {
	color: #666666;
	font-weight:bold;
}

.ocvtsgray-title2 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color: #666666;
}

.ocvtsgray-title3 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight: bold;
	color: #666666;
}

/* End ocvtsgray */



/* Start ocvtsblue */
.ocvtsblue {
	line-height: 16px;
	text-align: justify;
	color: #0066CC;
}

.ocvtsblue-title1 {
	color: #0066CC;
	font-weight:bold;
}

.ocvtsblue-title2 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color: #0066CC;
}

.ocvtsblue-title3 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight: bold;
	color: #0066CC;
}

/* End ocvtsblue */

/* Start matesgreen */
.matesgreen {
	line-height: 16px;
	text-align: justify;
	color: #669900;
}

.matesgreen-title1 {
	color: #A1B67E;
	font-weight:bold;
}

.matesgreen-title2 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color: #A1B67E;
}

.matesgreen-title3 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight: bold;
	color: #A1B67E;
}


/* End matesgreen */

/* Start paapurple */
.paapurple {
	line-height: 16px;
	text-align: justify;
	color: #9900CC;
}

.paapurple-title1 {
	color: #A07FB4;
	font-weight:bold;
}

.paapurple-title2 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color: #A07FB4;
}

.paapurple-title3 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight: bold;
	color: #A07FB4;
}

/* End paapurple */



/* ::::::::::: Start Rounded Div's ::::::::::::*/

.title-blueround100 {
	background-color: #8FB5DA;
	height: 15px;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
}


.title-grayround100 {
	background-color: #e2e2e2;
	height: 15px;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	line-height: 15px;
}


.title-greenround100 {
	background-color: #A1B67E;
	height: 15px;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
}

.title-purpleround100 {
	background-color: #A07FB4;
	height: 15px;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
}
/* ::::::::::: End Rounded Div's ::::::::::::*/

