body {
  background-color: #CEEEFC;
  color: #000000;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #485E73;
  SCROLLBAR-ARROW-color: #FF6600;
}

a:link    {
	color: #E56201;
	text-decoration: none;
	font-family: arial;
	font-size: 11px
}
a:active    {
	color: #E56201;
	text-decoration: none;
	font-family: arial;
	font-size: 11px
}
a:visited    {
	color: #E56201;
	text-decoration: none;
	font-family: arial;
	font-size: 11px
}
a:hover      {
	color: #003399;
	font-family: arial;
	font-size: 11px
}
a.dark:link    { color: #CEEEFC; text-decoration: none; font-family: verdana; font-size: 11px }
a.dark:active    { color: #CEEEFC; text-decoration: none; font-family: verdana; font-size: 11px }
a.dark:visited    { color: #CEEEFC; text-decoration: none; font-family: verdana; font-size: 11px }
a.dark:hover      {
	color: #990000;
	font-family: verdana;
	font-size: 11px
}

a.MenuItem:link {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #C00000;
	line-height: 18px;
}
a.MenuItem:active {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #C00000;
	line-height: 18px;
}
a.MenuItem:visited {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #C00000;
	line-height: 18px;
}
a.MenuItem:hover {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #330033;
	line-height: 18px;
	text-decoration: underline;
}


ul, li, p, td {
  color: #000000;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
}


HR {
	color : #0099CC;
	height : 1px;
}

input.search
{
	height: 17px;
	background-color: #E1E9EF;
	border: solid #000066;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,70);
	font-size: 11px;
	
}.BoldHeader {
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
}
.SubHead2 {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
.GoToTop {
	font-size: 9px;
}
.DefaultBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.LargeLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B94A00;
	font-weight: bold;
}
.a.LargeLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B94A00;
	font-weight: bold;
}
a.LargeLink:active {
	color: #CEEEFC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.LargeLink:hover {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCFFCC;
}
a.LargeLink:visited {
	color: #B94A00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.smallLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.smallLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.smallLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.smallLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.BoldHeaderSmaller {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	color: #00C;
}
.img.floatLeft {
	float: left:
	margin: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #dddddd;
}.SubHeadingBlue {
	color: #00F;
	font-size: 14px;
	font-weight: 700;
}
.blueColor {
	color: #00F;
}

.sideways {
	font-weight: 800;
    float: left; 
    position: relative;
    -moz-transform: rotate(70deg);  /* FF3.5+ */        
    -o-transform: rotate(70deg);  /* Opera 10.5 */   
    -webkit-transform: rotate(70deg);  /* Saf3.1+, Chrome */              
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1);  /* IE6,IE7 */          
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* IE8 */           
}