/* HTML Tags */
INPUT, TEXTAREA, OPTION, SELECT {
	font-size : 12px ;
	color : Blue ;
}

BODY {
	margin : 0px;
	background-color : White;
	font-family : Arial;
}

TD {
	font-family : Arial;
	font-size : 12px;
	color : #00526E;
}

A {
	text-decoration : none ;
	color : #A67C52 ;
}



A:hover {
	color : #8080FF ;
}

/* Custom stuff */
.link {
	text-decoration : none ;
	color : Yellow ;
	font-weight : Bold ;
}

.menu {
	background-color : #FECB00;
	font-weight : Bold;
}

.menu_head {
	font-weight : Bold;
}

.light {
	background-color : #EEEEEE;
}

.dark {
	background-color : #DDDDDD;
}

.highlight {
	background-color : #FFFFC6;
}

.news {
	background-color : Red;
	color : White;
	font-size : 14px;
	font-weight : Bold;
}

.news_inner {
	background-color : White;
}

.l {
	font-size : 12px ;
}

.header {
	font-size : 36px ;
	color : Blue ;
	font-weight : bold ;
}

.miniheader {
	font-size : 16px ;
	font-weight : bold ;
}

.bigheader {
	font-size : 28px ;
	color : #00526E ;
	font-weight : bold ;
}

.ptext {
	text-align : justify ;
	font-size : 12px ;
	color : #00526E ;
}

.footer {
	font-size : 10px ;
	color : Gray ;
}