body {
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
    font-family: 'Open Sans', sans-serif;	
    font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
}

td, th {
	color: #000;
	text-align: left;
}

a:link {
	color:#09C;
	font-weight: bold;
	text-decoration: underline;
}
  
a:alink {
  color: fuchsia;
  text-decoration: none;
  }
  
a:visited {
	color: #930;
	text-decoration: underline;
}
  
a:hover {
	color: #009;
/*	font-weight: bold;
*/	text-decoration: underline;
	background-color: #FFFFFF;
}

.left {
	float: left;
	padding-right: 0.5em;
}

.right {
	float: right;
	padding-left: 0.5em;
}

.center  {
	margin: auto;
	display: block;
}

form {
	background-color: #CCCC99;
	font-weight: bold;
}

.title {
	font-size: 18px;
	line-height: 20px;
	background-color: #99CC00;
	color: #003333;
}

.subtitle {
	font-size: 16px;
	line-height: 30px;
	color: #003300;
}

.header {
	font-size: 18px;
	/*	background-color: #669900; */
 	color: #F00;
	font-weight: bold;
}

.nav {
	font-size: 14px;
	font-weight: normal;
	background-color: #CCFF99;
}

.navLink {
	font-size: 14px;
/*	font-weight: bold;
*/	background-color: #DEDECA;
}

.sidebar {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
	color: #003333;
}

.sidebarHeader {
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFF66;
}

.sidebarFooter {
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
	font-style: italic;
}

.footer {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.legal {
	font-size: 9px;
	color: #333333;
}

.titlebar {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

#menu1 {
	width: 160px;
	float:left;
}

#menu1 ul
{
	list-style-type:none;
	font-weight: bold;
	margin:0;
	padding:0;
}

#menu1 li
{
	display: inline;
/* for IE5 and IE6 */
}

#menu1 a
{
	color: #000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 6px;
	width: 140px;
	background-color: #CCC;
	border-bottom: 3px solid #FFFFFF;
	text-decoration: none;
}

#menu1 a:link
#menu1 a:visited
{
	color: #000;
	background-color: #CCC;
	border-bottom: 3px solid #FFFFFF;
}
#menu1 a:hover
{
	border-bottom: 3px solid #FF0000;
	background-color: #C60;
	color: #FFF;
}

#menu1 a:active
{
	border-bottom: 3px solid #FF0000;
	background-color: #666;
	color: #FFFFFF;
}
/* Menu 1 ends here */
