body  {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	margin: 0px;
	background-color: #fff;
	scrollbar-base-color: #CCFFFF; 
	scrollbar-face-color: #99CCFF; 
	scrollbar-track-color: #CCFFFF; 
	scrollbar-arrow-color: #000066;
	scrollbar-highlight-color: #CCFFFF; 
	scrollbar-3dlight-color: #006699; 
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: #666666; 
}

h1 {
	font-size: 21px;
	color: #006699;
}

h2 {
	font-size: 16px;
	color: #006699;
}

td {
	font-size : 13px;
}

.content {
	padding-left: 13px;
	padding-right: 12px;
	font-size : 12px;
}

.medium  {
	font-size : 10pt;
	font-weight : normal;
}

#colored  {
	color:#000000;
}

#white {
	color:#FFFFFF;
}

#red {
	color:#FF0000;
}

#blue {
	color:#000066;
}

.justify {
        text-align: justify;
}

.mediumbold  {
	font-size : 10pt;
	font-weight : bold;
	
}

.small  {
	font-size : 8pt;
	font-weight : normal;
}

.smallbold  {
	 font-size : 8pt;
	 font-weight : 700;
}

.large  {
	font-size : 12pt;
	font-weight : normal;
	font-family: Arial, Helvetica, sans-serif
}

.big  {
	font-size : 15pt;
	font-weight : 800;
	color: #006699;
}

.largebold  {
	font-size : 11pt;
	font-weight : 800;
	color: #000066;
}

a:link { 
	text-decoration: underline; 
	color: #000066; 
}

a:visited { 
	text-decoration: underline;  
	color: #000066; 
}

a:hover { 
	text-decoration: none;
	color: #000066; 
}

/* Navigation */
#menu {
	float: left;
	width: 136px;
	padding: 0;
	margin-top:12px;
	font-size: 1em;
	border-top: #000 solid 1px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;	
}
		
#menu li {
	display: inline; 
	margin: 0;
	padding: 0;
	
}

#menu li a {
	display: block;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom: #000 solid 1px;
	color: #000066;
	background-color:#CEEFFF;
	text-decoration: none;
	width: 136px;
}

#menu li a:hover {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color:#006699;
	border-bottom: #000 solid 1px;
	color: #fff;
	width: 136px;
}


#menu li a.selected {
	display: block;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #63D2F2;
	border-bottom: #000 solid 1px;
	color: #000066;
	text-decoration: none;
	width: 136px;
}

html>body #menu li a, html>body #menu li a:hover, html>body #menu li a.selected  {
	width:132px !important;
}

.largeLink:link { 
	font-size : 12pt;
        font-weight : bold;
	text-decoration: none; 
	color: #000066; 			
}

.largeLink:visited { 
	font-size : 12pt;
        font-weight : bold;
	text-decoration: none; 
	color: #000066; 
}

.largeLink:hover { 
	font-size : 12pt;
        font-weight : bold;
	text-decoration: underline; 
	color: #000066; 
}

.footer:link { 
	text-decoration: none; 
	color: #000066; 
}

.footer:visited { 
	text-decoration: none; 
	color: #000066; 
}

.footer:hover { 
	text-decoration: underline; 
	color: 000000; 
}

.img {border-color : #000000;
      border-width : 1pt;}

span  {font-family : Arial, Helvetica, sans-serif;}

.ul {
	color: #339966; 
	list-style-type: square;
} 

.input { 
	background-color: #FFFFFF; 
}

.check {  
}

.radio {  
}

.header { 
	background-color: #000066; 
}

.subHeader { 
	background-color: #EAEAEA; 
}

.times td {
	padding:3px;
	background-color: #EAEAEA; 
}

legend {
	color:#000066;
	font-weight:bold;
}

fieldset {
	border:#CEEFFF solid 1px;
}