/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../Media/View/bodybg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a:link {
	color: #360;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #360;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #093;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

h1 {
	font-size: 28px;
	color: #360;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	color: #666;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	color: #999999;
}
h4 {
	font-size: 16px;
	color: #360;
}
h5 {
	font-size: 16px;
	color: #666666;
}
h6 {
	font-size: 14px;
	color: #666666;
}

.menubkgd {
	background-attachment: scroll;
	background-image: url(../Media/View/navbg.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
.sidemenu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #060;
}

.footer {
	font-size: 10px;
	color: #999999;
}
.CellHead {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	padding: 2px;
}

.Post_Title {
	font-size: 14px;
	font-weight: bold;
}
.Post_Date {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}

