/* HTML TAG FORMATTING */
/* for overall font formatting */

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*MISC STYLES*/
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||| */
.box {
	background-color: #FCFBE9;
	color: #000000;
	padding:5pt;
	width:276px;
	border: 1px solid #888888;
}

.box2 {
	background-color: #FCFBE9;
	color: #000000;
	padding:5pt;
	width:470px;
	border: 1px solid #888888;
}

.box3 {
	background-color: #FCFBE9;
	color: #000000;
	padding:5pt;
	width:200px;
	border: 1px solid #888888;
}

.shadow {
	width:280px;
	border-right: 4px solid #CCCCCC;
	border-bottom: 4px solid #CCCCCC;
	padding:0pt;
}

.shadow2 {
	width:474px;
	border-right: 4px solid #CCCCCC;
	border-bottom: 4px solid #CCCCCC;
	padding:0pt;
}

.shadow3 {
	width:204px;
	border-right: 4px solid #CCCCCC;
	border-bottom: 4px solid #CCCCCC;
	padding:0pt;
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* GLOBAL STYLES*/
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.imgindent {
	margin-left: 10px;
}

A img {
	border: none;
}

A:link  {
	color: #CC0000; 
	text-decoration:underline;
}

A:visited  {
	color: #CC0000; 
	text-decoration:underline;
}

A:hover  {
	color: #CC0000; 
	text-decoration:none;
}

TD,OL,UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	list-style-image: url(bullet_blue.gif);
}

.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 120px;
}

INPUT, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H4 {
	color: #00529B;
	font-weight: bold;
	font-size: 14px;
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* TEXT STYLES */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.txtwhite {
	color: #FFFFFF;
}

.header {
	color: #00529B;
	font-weight: bold;
	font-size: 12px;
}

.subhead {
	color: #00529B;
	font-weight: bold;
}

.txtdkgrey {
	color: #666666;
	font-weight: bold;
}

.copyright {
	color: #888888;
	font-size: 11px;
}

.txtsmall {
	color: #999999;
	font-size: 10px;
}

.warning {
	color: #FF9900;
}


.maintitle {
	font-size: 20px;
	text-align: center;
	font-weight: bold;	
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* LINKS */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

A.copyright:link {
	color: #888888; 
	text-decoration:underline;
}

A.copyright:visited {
	color: #888888; 
	text-decoration:underline;
}

A.copyright:hover {
	color: #333333; 
	text-decoration:underline;
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* BACKGROUNDS */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.bgwhite {
	background-color: #ffffff;
}

.bggrey {
	background-color: #888888;
}

.bgcontent {
	background-image: url(bg_content.gif);
	background-repeat: no-repeat;
}

BODY {
	background-image: url(bg_til.gif);
	background-repeat: repeat-x;
}
