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

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
{
	border: 0;
	height: 1px;
	color:#339900;
	background-color: green;		
}

.big
{
	font-size:16px;
	color:#330099;
}

.Small
{
font-size: small;
}

.Smaller
{
font-size: smaller;
}

.Larger
{
font-size: larger;
}

.Medium
{
font-size: medium;
}

.Large
{
font-size: large;
}

.Xlarge
{
font-size: x-large;
}

span.Overline
{
	text-decoration:overline;
}

span.Red
{
	color:#FF3399;
}

span.Purple
{
	color:#CC00FF;
}

span.Blue
{
	color:#330099;
}

span.Green
{
	color:#009900;
}

span.Yellow
{
	color:#FFFFCC;
}

span.Gray
{
	color:#999999;
}

span.LightGray
{
	color:#E8E8E8;
}

span.White
{
	color:#FFFFFF;
}

table
{
	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
{
	border-color:#339900 #33CC00 #33CC00 #339900; 
	vertical-align:top;
}

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

a
{	
	color: #FF6633;
}

form
{
	background-color:#FFFFFF;
}

greenbg {
	background:#33CC00;
	}

span.mauvebg {
	font-family: "Arial Unicode MS", "Palatino Linotype", "Trebuchet MS", "TITUS Cyberbit Basic";
	font-size: 12px;
	line-height:24px;
	background-color: #FF00FF;	
	}

redbg {
	background:#FF0000;
	}

.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: 10px;
	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;
}

.box1
{
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

.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: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 	color: #330099; font-weight: bolder; font-size: medium;
}

input    
{ 
	-moz-border-radius:10px; -webkit-border-radius:10px; 
}

input.big
{
	width: 100px;
}

input.small
{
	width: 12px;
}