/* HTML TAG FORMATTING */
/* for overall font formatting */

/* ||||||||| */
/*MISC STYLES*/
/* ||||| */
.box {
	background-color: #FCFBE9;
	color: #000000;
	padding:5pt;
	width:276px;
	border: 1px solid #888888;
}

.shadow {
	width:280px;
	border-right: 4px solid #CCCCCC;
	border-bottom: 4px solid #CCCCCC;
	padding:0pt;
}

/* ||||| */
/* GLOBAL STYLES*/
/* |||||||||| */

.imgindent {
	margin-left: 10px;
}

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: 12px;
	color: #000000;
}

LI
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	list-style-image: url(/images/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;
}

/* |||||||||| */
/* LINKS */
/* |||||||||||||| */

A.copyright:link 
{
	color: #000000; 
	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(/images/bg_content.gif);
	background-repeat: no-repeat;
}

BODY
{
	background-image: url(/images/bg_tile.gif);
	background-repeat: repeat-x;
}
