/* CSS Document */
html, body{
	margin:0;
	padding:0;
	}
body
{
	font-family: "Century Gothic", Arial, Helvetica;
	color: rgb(15, 15, 15);
	background-color: rgb(255, 255, 255);
	font-size: small;
}
table{
	border:none;
	border-collapse:collapse;
	text-align:left;
	}
table td{
	vertical-align:top;
	line-height:15px;
	padding: 0;
	}
img{
	border:none;
	}
a{
	color:#0000DD;
	text-decoration:none;
	padding:0;
	margin:0;
	}
hr {
	color: #EEEEEE;
	}
a:hover{
	color:#000000;
	text-decoration:underline;
	}
a:active{
	color:#0000DD;
	text-decoration:underline;
	}
	
a.cat_lnk{
	text-decoration:none;
	padding:0;
	margin:0;
	width:100%;
	}
a.cat_lnk_selected{
	color:#000000;
	text-decoration:none;
	background-color:#DDDDDD;
	
	padding:0;
	margin:0;
	width:100%;
	}
a.cat_lnk_selected:hover{
	color:#000000;
	text-decoration:none;
	}
a.cat_lnk_selected:active{
	color:#000000;
	text-decoration:none;
	}
a.cat_lnk:hover{
	color:#000000;
	background-color:#FFFFDD;
	text-decoration:none;
	}
a.cat_lnk:active{
	color:#000000;
	text-decoration:none;
	}
input, textarea, select{
	margin:1px;
	padding:1px;
	font-size:11px;
	border: 1px solid #333333;
	background-color:#ffffff;
	vertical-align:middle;
	/*width:160px;*/
	}
.submit {
	background-color:#eeeeee;
	}
td .tbl1_header{
	background-color: #eeeeee; 
	color: #777; 
	font-weight: bold; 
	font-size:11px; 
	padding-left:4px;
	border-right: 1px solid #ffffff	
	}
td .tbl1_cnt {
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #ffffff;
	padding-left: 4px;
	}
.category{
	border:1px solid red;
	}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
ul li{
	padding:0;
	margin:0;
	text-indent: 20px;
	}	
p {
	font-family: "Century Gothic", Arial, Helvetica;
	color: rgb(15, 15, 15);
	background-color: #F6F6F6;
	font-size: small;
}
.bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin: 5px 0px;


}
a.bottommenu:visited {
	text-decoration: underline; color: rgb(146,0,255);
}
a.bottommenu:active {
	text-decoration: underline; color: rgb(255,0,0);
}
a.bottommenu:link {
	text-decoration: underline; color: rgb(0,0,255);
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-weight: normal; 
	color: #666666; 
	margin-left: 10px; 
	margin-top: 12px; 
	margin-right: 0px; 
	margin-bottom: 12px;
}
.headline {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #999933;
}
