body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #fff;
	margin: 10px;

}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #003366;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 17px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}
h3 {
	color: #000080;
}
form {
	margin: 0;
}
img {
	border: 0px solid;
}
.content ul {
	list-style: url(../bullet_blue.png);
} 
.content li.nav {
	line-height: 13px; 
	height: 14px;
}
.content hr.blue_dotted {
	color: #F5F5F5;
	border: 0px solid;
	border-top:1px dotted navy;
	margin: 1px; 
}
.content hr.blue_dashed {
	color: #F5F5F5;
	border: 0px solid;
	border-top:1px dashed navy;
	margin: 1px; 
}
.index {
	float: right; 
	display: inline; 
	position: relative; 
	right: 0px; 
	text-align: right; 
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
	margin-right: 4px;
}
.copyright {
	color: #AFAFAF;
	font-size: 10px;
}
.main {
	width: 80%;
	background-color: #E9E9E9;
}
.header {
	width: 80%;
	height: 170px;
	background-color: #E9E9E9;
	vertical-align: top;
}
#header {
	width: 80%;
	height: 150px;
	background: url('../transp_back.png') repeat;
	vertical-align: top;
	margin: 0 auto;
}
#header_back{
	background: url('../header.gif') repeat-x;
	position: absolute;
	height: 150px;
	width: 100%;
	z-index: -1;
	margin: 0 auto;
	left: 0px;
} 
.left { float: left; }
.right { float: right; }
/*0B6074*/
.menu {
	vertical-align: top;
	background-color: #E9E9E9;
	width: 175px;
	padding: 0px;
}
.menu ul {
	border-bottom: 0px;
	background-color: #2A529B;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #2A529B;
	text-decoration: none;
}
.menu a:hover, .menu-current a:hover {
	background-color: #179FBF;
	text-decoration: none;
}
.menu-current a{
	font-weight: bold;
	background-color: #13849F;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu-child a{
	font-weight: normal;
	background-color: #0B6074;
}

.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #2A529B;
	color: #E9E9E9;
	text-align: center;
	width: 180px;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #E9E9E9;
}
.content {
	padding: 10px;
	background-color: #E9E9E9;
	height: 300px;
	vertical-align: top;
	text-align: left;
	width: 463px;
}
.footer {
	padding: 5px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
}
.post_title, .post_date { border-bottom: 1px solid #DDDDDD; margin-top: 5px; }
.post_title { font-weight: bold; font-size: 12px; color: #000000; }
.post_date { text-align: right; font-weight: bold; }
.post_short { text-align: justify; padding-bottom: 5px; }
.post_top { margin-top: 5px; }
.comment_title { font-weight: bold; }
.comment_text { background-color: #FDFDFD; border-bottom: 1px solid #DDDDDD; padding-bottom: 15px; }
.comment_title, .comment_text { border-left: 1px solid #DDDDDD; }
.comment_info { text-align: right; border-right: 1px solid #DDDDDD; }
.comment_title, .comment_info { border-top: 1px solid #DDDDDD; background-color: #EEEEEE; }
.alert {
	background: #fff6bf url(../error.png) 5px 50% no-repeat;
	padding: 5px 10px 5px 60px;
	border-top: 3px solid #ffd324;
	border-bottom: 3px solid #ffd324;
	margin: 5px;
	}
.alert h1, .alert a:active, .alert a:link, .alert a:visited  {
	color: #FF9900;
}
.alert h1 {
	border-bottom: dotted 1px #FF9900; text-decoration:none;
	margin-bottom: 10px;
}
.alert a:hover {
	color: #dd8800;
	text-decoration: underline;
}
.alert hr {
	color: #FF9900;
	border-top: dashed 1px #ff9900;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	margin: 3px; 
}
.info {
	background-color:#f5f5f5;
	color:#505050;
}