/* tags */
INPUT, TEXTAREA, OPTION, SELECT {
	font-family : Arial;
	font-size : 12px ;
	color : #616161 ;
}

BODY {
	background : White;
	color : Black;
	margin : 0px;
}

TD {
	font-family : Arial;
	font-size : 12px;
	/*background-color : White;*/
}

H1 {
	font-size : 22px;
	font-weight : bold;
	color : #CCCCCC;
}

H2 {
	margin : 0px;
	margin-top : 10px;
}


/* custom */

.ongrey {
	font-size : 14px;
	font-weight : bold;
	color : Black;
	margin-bottom: 0px;
	background-color : #CCCCCC;
}

.light {
	color : Gray;
	background-color : #CCCCCC;
}

.dark {
	background-color : #8C8C8C;
}

.dark A:hover {
	color : #005196;
}

.darker {
	color : White;
	background-color : Black;
}

.prop {
	font-weight : Bold;
}

.head {
	font-size : 12px ;
	color : White ;
	font-weight : bold ;
}

A {
	text-decoration : none ;
	color : #005196 ;
}

A:hover {
	color : #8080FF ;
}

.foot {
	font-size : 10px ;
	color : Gray ;
}

.bold {
	font-weight : Bold;
}

.news {
	background-color : #C01717;
	color : White;
	font-size : 14px;
	font-weight : Bold;
}

.news_inner {
	background-color : White;
}

.box {
	font-size : Small;
	border : 1px Solid Gray;
	background-color : #EEEEEE;
}

.box_title {
	font-weight : Bold;
	text-decoration : Underline;
}
