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

body,td,th {
	font-family: Microsoft Sans Serif, MS Serif, Tahoma;
}
body {
	background-image:  url(images/grass.jpg);
	background-position:center;
	background-repeat:repeat;
	margin-top: 0px;
}
.navlist{
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
}
.style1 {
	font-size: 16px;
}
.style2 {font-size: 14px;}
.style3 {font-size: 12px;}
.style4 {
	font-size: 14px;
	color:#6600FF;
}
.small_post_top {
	border-top: 1px solid #CCCCCC;
/*	width: 480px;
	height: 25px;*/
/*	padding-top: 3px; */
	font-size: 12px;		
/*	padding-bottom: 5px;  */
	border-bottom: 1px solid #CCCCCC;	
}
.small_post_mid {
/*	background:url(images/mid-post-bg.gif) repeat-y; 
	margin-top: 10px;	
	width: 480px; */
	font-size: 12px;
}
.small_post_btm {
/*	background:url(images/bot-post-bg.gif) no-repeat; */
	border-bottom: 1px solid #CCCCCC;
/*	padding-bottom: 5px;	
	width: 480px;
	height: 20px; */
	font-size: 12px;
}
.head_post {
	background-color: #ECE9D8;
	border-top: 1px solid #CCCCCC;
/*	width: 480px;
	height: 25px;*/
	padding-top: 3px; 
	font-size: 16px;		
	padding-bottom: 3px;  
	border-bottom: 1px solid #CCCCCC;	
}
.post_top{
	border-top: 1px solid #CCCCCC;
/*	width: 480px;
	height: 25px;
	padding-top: 3px; */
	font-size: 14px;		
}
.post_mid {
/*	background:url(images/mid-post-bg.gif) repeat-y; 
	margin-top: 10px;	
	width: 480px; */
	font-size: 14px;
}
.post_btm {
/*	background:url(images/bot-post-bg.gif) no-repeat; */
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;	
/*	width: 480px;
	height: 20px; */
	font-size: 14px;
}
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;
}