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

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

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

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

A:visited {
	color : Gray;
}

A:hover {
	color : #8080FF ;
}

/* Custom stuff */
.menu {
	background-color : #F4E0D0;
	font-weight : Bold;
	padding-left : 5px;
}

.menu_head {
	font-weight : Bold;
}

.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 : 22px ;
	color : #00526E ;
	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 ;
}

.youarehere {
	font-size : Small;
	font-weight : Bold;
	background-color : #EEEEEE;
	padding : 2px;
}

.box {
	font-size : Small;
	border : 1px Solid Gray;
	background-color : #EEEEEE;
}

.box_title {
	font-weight : Bold;
	text-decoration : Underline;
}

/* styles for the register for specials box on the front page */
.register_for_specials {
	float : center;
	width : 100%;
	background-color : #F48939;
	padding : 4px;
	
}

.register_for_specials H2 {
	font-size : 14px;
	margin : 0px;
	margin-bottom : 4px;
	text-align : center;
}

.register_for_specials, .register_for_specials TD {
	color : white;
}

.register_for_specials FORM {
	margin : 0px;
}

.searchbox {
	background-color : #F4E0D0;
	border : 2px solid #F48939;
	padding : 10px;
}

.searchbox th {
	color : #F48939;
	text-align : left;
	padding : 0px;
	margin : 0px;
}
