/* CSS Document */
.topbottomborder{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.bothpartition {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

.allborders {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.goldbothpartition {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}

.leftpartition {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

.rightpartition {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.leftwhitepartition {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: white;
}

a:link { color: #666666; text-decoration: none }
a:active { color: #666666; text-decoration: none }
a:visited { color: #666666; text-decoration: none }
a:hover { color: #6699FF; text-decoration: none }

a.white:link { color: white; text-decoration: none }
a.white:active { color: white; text-decoration: none }
a.white:visited { color: white; text-decoration: none }
a.white:hover { color: white; text-decoration: underline }

a.black:link { color: black; text-decoration: underline }
a.black:active { color: black; text-decoration: underline }
a.black:visited { color: black; text-decoration: underline }
a.black:hover { color: #FF6600; text-decoration: underline }

a.blacklink:link { color: black; text-decoration: none }
a.blacklink:active { color: black; text-decoration: none }
a.blacklink:visited { color: black; text-decoration: none }
a.blacklink:hover { color: white; text-decoration: underline }

a.red:link { color: #CC0000; text-decoration: none }
a.red:active { color: #CC0000; text-decoration: none }
a.red:visited { color: #CC0000; text-decoration: none }
a.red:hover { color: #CC0000; text-decoration: underline }

a.cfred:link { color: #CC0000; text-decoration: none }
a.cfred:active { color: #CC0000; text-decoration: none }
a.cfred:visited { color: #CC0000; text-decoration: none }
a.cfred:hover { color: #6699FF; text-decoration: underline }


a.blue1:link { color: #0B5592; font-size: 8.5pt; text-decoration: none }
a.blue1:active { color: #0B5592; font-size: 8.5pt; text-decoration: none }
a.blue1:visited { color: #0B5592; font-size: 8.5pt; text-decoration: none }
a.blue1:hover { color: #FF6600; font-size: 8.5pt; text-decoration: underline }

a.blue:link {
	color : #666666;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
}

a.blue:active { 
	color : #666666; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
}

a.blue:visited { 
	color : #666666; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
}

a.blue:hover { 
	color : #6699FF; 
	text-decoration: underline; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #666666;
	font-weight: normal;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	text-align: justify;
}

table.all {
	border: 1px;
}

table.sample {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	border: 1px double #0066CC;
}
table.sample th {
	padding: 1px;
	border-style: solid;
	border-color: #0066CC;
	border: 1px double #0066CC;
}
table.sample td {
	padding: 1px;
	border-style: solid;
	border-color: #0066CC;
	border: 1px double #0066CC;
}

table.grey {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	background-color: #F4F4F4;
	border: 2px solid #FFFFFF;
	padding: 4px;
}
table.grey th {
	background-color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border: 2px solid #FFFFFF;
	padding: 4px;
}

table.grey td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	border: 2px double #FFFFFF;
	padding: 4px;
}
body,html {
	scrollbar-face-color: #0066CC;
	scrollbar-shadow-color: #0066CC;
	scrollbar-highlight-color: #CEE7FF;
	scrollbar-3dlight-color: #0066CC;
	scrollbar-darkshadow-color: #CEE7FF;
	scrollbar-track-color: #CEE7FF;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
ul.green-bullet{
	margin: 5px 0 10px 0;
	padding: 0;
}
ul.green-bullet li{
	list-style-position: inside;
	list-style-type: disc;
	color: #aed56f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	padding-left: 2px;
	line-height: 10.1pt;
}
ul.main-menu{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;		
}
ul.main-menu li{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top: 1px solid #cccccc;
	width: 100%;
	padding: .1em 0;
	line-height: 12.5pt;	 
}
ul.scafe{
	margin: 0 0 0 .3em;
	padding: 0;
	list-style: none;		
}
ul.scafe li{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 10.1pt;	
}
ul.orange-bullet {
	margin: 0;
	padding: 0 0 0 12pt;
	text-align: left;
}
ul.orange-bullet li{
	list-style-position: inside;
	list-style-type: disc;
	color: #aed56f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 10.1pt;
	text-indent: -12pt;
}
ul.orange-bullet li span {
	color: #666666;
}
form.frm {
	margin-top: 0; 
	margin-bottom: 0;
}
.dropdown {	 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666666;
}
ul.red-bullet {
	margin: 0;
	padding: 0 0 0 12pt;
	text-align: justify;
}
ul.red-bullet li{
	list-style-position: inside;
	list-style-type: disc;
	color: #fe5b00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	text-indent: -12pt;
}
ul.red-bullet li span{
	color: #666666;
	font-size: 8.5pt;
}
ul.blue-bullet {		
	margin: 0;
	padding: 0;
	text-align: justify;
	list-style-type: none;
}
ul.blue-bullet li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 11pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/bullet_blue.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
	text-indent: 12pt;
	#text-indent: 0px;
	list-style-position: inside;
}
ul.without-bullet {
	margin: 0;
	padding: 0;
	text-align: justify;
	list-style-type: none;	
}
ul.without-bullet li{
	list-style-position: inside;	
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 11pt;		
}
ul.greentr-bullet {
	margin: 0;
	padding: 0 0 0 -12pt;
	text-align: justify;
	list-style-type: none;
}
ul.greentr-bullet li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 11pt;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/bullet_greenar.gif);
	background-repeat: no-repeat;	
	background-position: left center;	
	#background-position: left top;
	text-indent: 12pt;
	#text-indent: 0px;
	list-style-position: inside;
}