/* 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: #999999;
	}

.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.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: #FF6600; 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.orange:link {
	color : #666666;
	text-decoration: underline;
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
}

a.orange:active { 
	color : #666666; 
	text-decoration: none; 
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
}

a.orange:visited { 
	color : #666666; 
	text-decoration: none; 
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
}

a.orange:hover { 
	color : #FF6600; 
	text-decoration: underline; 
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;}

.text {
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #666666;
	font-weight: normal;
}

.content {
	font-family: Verdana, Verdana, 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-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #ffcc00;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #ffcc00;
	background-color: ;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #ffcc00;
	background-color: ;
	-moz-border-radius: ;
}
body,html {
 scrollbar-face-color: #EA8C00;
 scrollbar-shadow-color: #EA8C00;
 scrollbar-highlight-color: #FFFFCC;
 scrollbar-3dlight-color: #EA8C00;
 scrollbar-darkshadow-color: #FFFFCC;
 scrollbar-track-color: #FFFFCC;
 scrollbar-arrow-color: #000000;
}
ul.main-menu{
	margin: 0;
	padding: 0;
	list-style-type: none;		
}
ul.main-menu li{	
	font-family: Verdana, Verdana, 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, Verdana, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 10.1pt;	
}

