p {
    text-align: justify;
}

A.white {
	text-decoration: none;
	color: Black;
}


A.black {
	text-decoration: none;
	color: White;
}

A.admin {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: Black;
}

A.admin:Hover {
	color: Gray;
}

.loginform table {
    font-weight: normal;
    font-size: 11px;
    color: #0;
    padding: 0px 4px 4px 4px;
}

table td #loginhead {
    text-align: center;
    font-size: 11px;
}

table td #loginbody {
    text-align: left;
    font-size: 11px;
}

table td #logsub {
    text-align: center;
    font-size: 11px;
    background: #E0BA4F;
}

.news_mainheader {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
}

.news_header {
	color: #FF9933;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

.news_text {
	color: Black;
	font-family: Verdana;
	font-size: 10px;
}

.news_text1 {
	color: #555;
	font-family: Verdana;
	font-size: 12px;
}

.news_text_disabled {
	color: #636363;
	font-family: Verdana;
	font-size: 10px;
}

.news_sub {
	color: #FF9933;
	font-size: 8pt;
}

.hilight {
	background-color: Lime;
	color: Black;
}


TR.justify {
	text-align: justify;
}


TD.white {
	background-color: white;
	text-align: center;
	font-size: 10pt;

}
TD.black {
	background-color: #f0f0f0;
	text-align: center;
	font-size: 10pt;
	color: black;
}

TD.bronze {
	background-color: orange;
	text-align: center;
	font-size: 10pt;
	color: black;
}
TD.silver {
	background-color: red;
	text-align: center;
	font-size: 10pt;
	color: black;
}
TD.gold {
	background-color: yellow;
	text-align: center;
	font-size: 10pt;
	color: black;
}
TD.platinum {
	background-color: lime;
	text-align: center;
	font-size: 10pt;
	color: black;
}

TD.selected {
	background-color: #DCDCDC;
	border: 1px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 8pt;
}

hr {
	border-style: dashed;
	height: 0px;
	border-color: #FF9933;
	border-top-width: 1px
}

HR.news {
	border-style: dashed;
	height: 0px;
	border-color: #FF9933;
	border-top-width: 1px
}


BR.topicline {
	line-height: 20px;
}

BR.headline {
	line-height: 10px;
}


.footer {
	background-image: url(../img/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


input.login {
	color: black;
	font: normal 10px Verdana;
	background-color : #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	text-align: left;
	border-style: solid;
	border-color: #aaa;
}

input.pass {
	color : Gray;
	font: normal 10px Verdana;
	background-color : #FFFFFF;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
}


input.text, textarea, select {
	color : #black;
	font: normal 10px Verdana;
	background-color : #FFFFFF;
	border-color: #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	text-align: justify;
}


.navigation {
	color: #18A900;
	font-family: Verdana;
	font-size: 10px;
}

.hl_class0
{	
    background: #EAF4FD;
}

.hl_class1
{
	background: FFFFFF;
}


.panel1 {
	color : #4D528C;
	font: normal 11px Verdana;
	background: url(panel2.gif);
	border-color: #e0dfe3;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	padding: 4px;
}

.biglink{
	border: 0;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}
body td{
	font-family: Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	font-size: 12px;
}

body a{
	font-family: Arial, Helvetica, sans-serif;
	color:#0466cc;
	font-size: 12px;
}

.table_1 {
	border:2;
	bordercolor: #999999;
	cellpadding:5;
	cellspacing:0;
}

.tab1 td{
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #ddd;

}

.special_1 {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.digit_1 {
	color: #7f0a0a;
	font-weight: bold;
}

.flbut {
    border: solid 1px;
    border-color: #eee;
    padding: 1px;
    color: black;
    background-color: fff9e7;
    width: 15px;

    //font-size: 12px;
    //font-weight: bold;
}

//for js/tooltip.js
#tooltip{
    background:#FFFFFF;
    border:1px solid #666666;
    color:#333333;
    font:menu;
    margin:0px;
    padding:3px 5px;
    position:absolute;
    visibility:visible;
}

