/* main content */

.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-image: url(images/bgRepeat.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.tableborder {
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
}
.border {
	border: 1px solid #CCCCCC;
}
.contentBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.verdanaBlue10 {
	color: #003366;
}
.verdanaBlue12 {
	font-size: 12px;
	color: #003366;
}
hr {
	padding: 0px;
	height: 1px;
	color: #CCCCCC;
}


/* main links */
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #003366;
}

/* white links */
a.white:link {
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}
a.white:hover {
	color: #CCCCCC;
}
a.white:active {
	color: #FFFFFF;
}

/* gray links */
a.gray:link {
	color: #666666;
	text-decoration:none;
}
a.gray:visited {
	color: #666666;
	text-decoration:none;
}
a.gray:hover {
	color: #000066;
	text-decoration:none;
}
a.gray:active {
	color: #666666;
	text-decoration:none;
}

.verdanaWht10 {
	color: #FFFFFF;
}
.contentBorderM {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.borderMbottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
}
.borderMtop{
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
}.err {
	font-weight: bold;
	color: #FF0000;
}
