body
{
	background-color:#FFFFCC;
	font-family: "Arial Unicode MS", "Palatino Linotype", "Trebuchet MS", "TITUS Cyberbit Basic";
	font-size: 12px;
	line-height: 24px;
	margin:2px;	
}

h1
{
	color:#FF6633;
	font-family:"Times New Roman", Times, serif;
}

h2
{
	color:#33CC00;
	font-family:"Times New Roman", Times, serif;
}

h3
{
	color:#FF9900;
	font-family:"Times New Roman", Times, serif;
}

h4
{
	color:#FF3366;
	font-family:"Times New Roman", Times, serif;
}

h5
{
	color:#009900;
	font-family:"Times New Roman", Times, serif;
}

h6
{
	color:#000099;
	font-family:"Times New Roman", Times, serif;
}

hr
{
	color:#339900;
}

span.Red
{
	color:#FF3366;
}

span.Blue
{
	color:#330099;
}

span.Green
{
	color:#009900;
}

table
{
	background-color:#FFFFFF;
	border-color:#33CC00 #339900 #339900 #33CC00;
	font-family: "Arial Unicode MS", "Palatino Linotype", "Trebuchet MS", "TITUS Cyberbit Basic";
	font-size: 12px;
	line-height: 24px;	 	
}

td 
{
	vertical-align:top;
	border-color:#339900 #33CC00 #33CC00 #339900;
}

th
{
	background-color:#CCFFCC;
	border-color:#339900 #33CC00 #33CC00 #339900;			
}

a
{
	font-size: 12px;
	color: #FF6633;
}

.rotate-up {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.rotate-down {

/* Safari */
-webkit-transform: rotate(+90deg);

/* Firefox */
-moz-transform: rotate(+90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

}

.title
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
 	background-color: #99CC00; 
 	color: #003333;
}

.subtitle
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
 	color: #003300;
}

.header
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	background-color: #669900;
 	color: #FFFF33;
}

.nav
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCFF99;
}

.navLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
 	color: #003333;
}

.sidebarHeader
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFF66;
}

.sidebarFooter
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 	font-style: italic;
}

.footer
{
  font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.legal
{
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
}

.small
{
	font-size: 11px;
}

.box1
{
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
 	border-style: double;
}

.promo
{
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar
{
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat
{
	font-family: "Arial Unicode MS", "Palatino Linotype", "Trebuchet MS", "TITUS Cyberbit Basic";
	color: #330099; 
	font-weight: normal; 
	font-size: medium;
}

input.big
{
	width: 100px;
}

input.small
{
	width: 50px;
}