.blogtags{
	color: #999999;
}
.blogtags a:link, .blogtags a:visited, .blogtags a:active{
	color: #999999;
	text-decoration: underline;
}
.blogtags a:hover{
	color: #666666;
	text-decoration: underline;
}
body{
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	background: #20618A url("../images/bg.jpg") center repeat-y;
}
#container{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.errormsg{
	padding: 5px;
	background: #FFE07B;
	border: #999999 2px dashed;
	margin-bottom: 10px;
}
#footer{
	text-align: center;
	background: #666666;
}
#footer a:link, #footer a:visited, #footer a:active{
	color: #000000;
	text-decoration: none;
}
#footer a:hover{
	color: #000000;
	text-decoration: underline;
}
#footer div{
	padding: 5px;
}
.footer-row{
	border-bottom: #333333 1px solid;
	border-top: #999999 1px solid;
}
.footer-final{
	border-top: #999999 1px solid;
}
h1{
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
h2{
	margin-top: 0px;
}
h3{
	padding: 3px;
	background: #EEEEEE;
	border-bottom: #CCCCCC 2px solid;
}
#header{
	background: #20618A
}
label{
	cursor: pointer;
}
.longbutton{
	padding: 0px 25px 0px 25px;
}
#main{
	background: #FFFFFF;
	padding: 10px;
}
.menu{
	background: #999999;
	text-align: center;
	padding: 5px;
}
.menu A:link, .menu A:visited, .menu A:active{
	color: #000000;
	text-decoration: none;
}
.menu A:hover{
	color: #000000;
	text-decoration: underline;
}
#navigation{
	background: #EEEEEE url("../images/navigationbg.gif") repeat-x;
	line-height: 36px;
}
#navigation A:link, #navigation A:visited, #navigation A:active{
	color: #000000;
	text-decoration: none;
	margin-left: 20px;
}
#navigation A:hover{
	color: #000000;
	text-decoration: none;
}
.paging{
	text-align: center;
	font-style: italic;
}
#search{
	float: right;
	padding-top: 10px;
}
#search input{
	border: #FFFFFF 1px solid;
	background: #20618A;
	color: #FFFFFF;
	font-size: 75%;
}
.tbl{
	background: #CCCCCC;
}
.tbl td{
	background: #FFFFFF;
}
.tbl th{
	background: #EEEEEE;
}
