BODY{
	scrollbar-3d-light-color: #97AACF;
	scrollbar-arrow-color: #003366;
	scrollbar-base-color: #97AACF;
	scrollbar-dark-shadow-color: #97AACF;
	scrollbar-face-color: #97AACF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #97AACF;
	}

A:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

A:visited {
	color: #CC0000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

A:active {
	color: #CC0000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

A:hover {
	color: #003366;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #003366;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 12px;
	font-family : Tahoma;
	color : #666666;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #003366;
	height : 1px;
}


li {
	padding: 5px;
}
.tableborderblue {
	border: 1px solid #003366;
}
.tableleftborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.padding {
	margin: 2px;
	padding: 3px;
}
