/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1F1F1;
}

B, TD, P {
	COLOR: #333333; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	FONT-SIZE: 10px;
}

th {
	font-size: 12px;
	font-weight:bold;
	background-color:#CCCCCC;
}

ul {
	font-size: 10px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-size: 10px;
	list-style-position: inside;
	list-style-image: url(/images/bullet_solid.jpg);
}

ol {
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

a:link {
	color: #FF6600;
}

a:visited {
  color: #FF6600;
  text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF6600;
}

a.navWhite:link {
	color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}

a.navWhite:visited {
	color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}

a.navWhite:hover {
	color: #FFFFFF;
	padding: 2px;
	text-decoration: underline;
	font-weight: bold;
}

a.nav:link {
	color: #333333;
	text-decoration: none;
}

a.nav:visited {
	color: #333333;
	text-decoration: none;
}

a.nav:hover {
	color: #333333;
	text-decoration: underline;
}
.components {
	font-size: 11px;
	color: #000000;
}
.copyright {
	font-size: 10px;
}
.whiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
.whiteBoldSmall {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.white {
	color: #FFFFFF;
}
.borderAll {
	border: 1px solid #B2B2B2;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B2B2;
}

.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2B2B2;
}

.fontSmall {
	font-size: 10px;
}
.fontBold {
	font-weight: bold;
}

.ItalicBoldUnderline {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.blueBold {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}

