
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body,td,th {
	font-family:Microsoft Sans Serif, MS Serif, Tahoma;
}
body {
	margin-top: 0px;
	background-image:  url(images/grass.jpg);
/*	background-position:center; */
}
.navlist{
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
}
.h1 {
	font-size: 16px; 
	font-weight:bold;
}
.h2 {
	font-size: 14px; 
	font-weight:bold;
}
.style1 { font-size: 16px;}
.style2 { font-size: 14px;}
.style3 { font-size: 12px;}
.style4 {  font-size: 14px; color:#6600FF;}
.style5 {  font-size: 11px; color:#003f3f;}
.head_post {
	background-color: #ECE9D8;
	border-top: 1px solid #CCCCCC;
	padding-top: 7px; 
	font-size: 16px;		
	padding-bottom: 7px;  
	border-bottom: 1px solid #CCCCCC;	
}
.small_head_post {
	background-color: #ECE9D8;
	border-top: 1px solid #CCCCCC;
	padding-top: 7px; 
	font-size: 14px;		
	padding-bottom: 7px; 
	border-bottom: 1px solid #CCCCCC;	
}
.post_top{
	border-top: 1px solid #CCCCCC;
	padding-top: 3px; 
	font-size: 14px;
}
.post_mid {
    font-family:Arial, Tahoma,Verdana;
	font-size: 14px;
}
.post_btm {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;	
	font-size: 14px;
}
.small_post_top {
	border-top: 1px solid #CCCCCC;
	padding-top: 3px; 
	font-size: 12px;		
}
.small_post_mid {
	font-size: 12px;
}
.small_post_btm {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;	
	font-size: 12px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}

a.sub:link{text-decoration:none;font-size:10px;color: #00CC99;font-weight: bold;}
a.sub:visited{text-decoration:none;font-size:10px;color: #00CC99;}
a.sub:hover{text-decoration:none;font-size:10px;color: #006600;font-weight: bold;}
a.sub:active{text-decoration:none;font-size:10px;color: #00CC99;}