body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/resources/images/bg_all.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F9F9F9;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}
.Title {
	color: #067B78;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.date {
	color: #067B78;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.news {
	color: #666666;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.cprght {
	color: #B2B2B2;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a:link {
	color: #067B78;
}
a:visited {
	color: #067B78;
}
a:hover {
	color: #C23E02;
}
a:active {
	color: #C23E02;
}
.text, P, LI {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}
input.text, textarea.text {
    width: 250px;
}
LI {
    padding-bottom: 10px;
}
.menu {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #067B78;
}
.title_sm {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

.menu_btm {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;}
.menu_btm A {
	color: #666666;
	text-decoration: none;
}
.menu_btm A:hover {
	color: #666666;
	text-decoration: underline;
}
.menu_btm  A:active {
	color: #666666;
	text-decoration: underline;
}
.menu_btm  A:visited {
	color: #666666;
	text-decoration: none;
}
H1 {
    background-image: url(/resources/images/h1_bg.gif);
    background-repeat: no-repeat;
   	color: #067B78;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 15px;
}
H2 {
    background-image: url(/resources/images/h2_bg.gif);
    background-repeat: no-repeat;
   	color: #067B78;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 10px;
}
.warning {
    color: red;
    text-align: center;
}
