body {  
	font-family : arial, verdana, geneva, helvetica, sans-serif; 
	color: #333333;
	background-color : #FFFFFF;  
	font-size : 80%;
}

h1 {
	font-weight: normal;
	font-size: 200%;
	color: #336699;
	padding-bottom : 10px;
}

h2 {
	font-weight: normal;
	font-size: 160%;
	color: #336699;
}

a:link, a:visited {
	color: #666633;	
	text-decoration: none;
}

a:hover {
	color: #666633;
	text-decoration: underline;
}

a.blue:link, a.blue:visited {
	color: #336699;	
	text-decoration: none;
}

a.blue:hover {
	color: #336699;
	text-decoration: underline;
}

a.gray:link, a.gray:visited {
	color: #666666;	
	text-decoration: none;
}

a.gray:hover {
	color: #666666;
	text-decoration: underline;
}

a.white:link, a.white:visited {
	color: #ffffff;	
	text-decoration: none;
}

a.white:hover {
	color: #ffffff;
	text-decoration: underline;
}

.font70 {
	font-size : 70%;	
}	

.font80 {
	font-size : 80%;	
}	

.font90 {
	font-size : 90%;
}

.font100 {
	font-size : 100%;
}

.font110 {
	font-size : 110%;
}

.font120 {
	font-size : 120%;
}

.white {
	color: #ffffff;
}

.blue {
	color: #336699;
}

.green {
	color: #666633;
}

.lightgreen {
	 color: #BDB66B;
}

.gray {
	color: #666666;
}

.error {
	color: #CC3333;
}

td {
	font-size : 80%;	
}

td.blue {
	background-color: #1B578B;	
	color: #ffffff;
}

td.green {
	background-color: #BDB66B;	
	color: #ffffff;
}

td.white {
	background-color: #ffffff;	
	color: #333333;
}

td.gray {
	background-color: #F3F3F3;
	color: #333333;
}

td.nav {
	border : 0;
	background : #ffffff url(/common/images/nav_green_bg.gif) repeat-x top;
	border-bottom : 4px solid #BDB66B;
	height : 27px;
	padding : 2px,11px,0px,15px;
	}

td.nav_inactive {
	border : 0;
	background : #BDB66B url(/common/images/nav_green_bg.gif) repeat-x top;
	border-bottom : 4px solid #ffffff;
	height : 31px;
	padding :  0px,11px,0px,15px;
	}
	
td.nav_active {
	border : 0;
	background : #ffffff url(/common/images/nav_blue_bg.gif) repeat-x bottom;
	border-bottom : 4px solid #ffffff;
	height : 31px;
	padding : 0px,11px,0px,15px;
	}
	
td.main1 {
	border : 0;
	background : #ffffff url(/common/images/1.gif) no-repeat top left;
	padding : 0px,0px,0px,29px;
	}

td.main2 {
	border : 0;
	background : #ffffff url(/common/images/2.gif) no-repeat top left;
	padding : 0px,0px,0px,27px;
	}
	
