body
{
	background-color: #678fc2;
	font-family: Arial,Verdana,Helvetica;
}

A:link, A:active, A:visited
{
   	color: #11449E;
   	text-decoration: none;
}

A:hover 
{
   	color: #11449E;
   	text-decoration: underline;
}

TD, SPAN, SELECT, OPTION, INPUT, TEXTAREA
{
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
	c/olor: #336699;
}

.std-button
{
	color: #FFFFFF;
	background-color: #7994CB;
	border: solid 1px #003366;	
}

table.banner
{
	border: 2px solid #336699;
}

TABLE.login
{
	background-color: #f3f5fa;
	border: solid 1px #7994CB;
}

DIV.login_border
{
	background-color: #f3f5fa;
	border: solid 1px #7994CB;
}

DIV.login_heading
{
	font-weight: bold;
	vertical-align: middle;
	height: 25px;
	padding: 6px 0 0 4px;	
}

DIV.login_content
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-top: solid 1px #7994CB;	
}

TD.msgtitleblock
{
	border: 1px solid #000000;
	background-color: #ff0000;
	padding: 8px;
}

TD.msgbodyblock
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
}

SPAN.msgtitletext
{
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

SPAN.msgbodytext
{
	font-size: 8pt;
	color: #ff0000;
}

span.navbar a, span.navbar-current
{
	font-size: 11px;
	c/olor: #11449E;
	text-transform: lowercase;
}

span.navbar-current
{
	c/olor: #666666;
}

div.searchParam
{
	padding-left: 14px;
	font-size: 10pt;
	color: #666666;
}

a.menu
{
	color: #FFFFFF;
}

/* -- begin rounded corner styles -- */
.roundedCornerSpacer
{
    margin: 0px; 
    padding: 0px; 
    border: 0px;
    clear: both;
    font-size: 1px; 
    line-height: 1px;
}

/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR 
{
    width: 14px; 
    height: 14px;
    padding: 0px; 
    border: 0px;
    z-index: 99;
}

.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }

/* IE5-5.5/win needs the border scooted to the left or right by an additional 3px! Not sure why! */
.borderTL 
{
    margin-left: -4px;
    ma\rgin-left: -1px;
}

html>body .borderTL 
{
    margin-left: -1px;
}

.borderTR 
{
    margin-right: -1px;
    ma\rgin-right: -1px;
}

html>body .borderTR 
{
    margin-right: -1px;
}

.borderBL 
{
    margin-left: -3px;
    ma\rgin-left: 0px;
}

html>body .borderBL 
{
    margin-left: 0px;
}

.borderBR 
{
    margin-right: -3px;
    ma\rgin-right: 0px;
}

html>body .borderBR 
{
    margin-right: 0px;
}

/* 
To get around a known bug in IE5/win, apply the
border (no margin, padding or positioning) to the
content class and apply whatever positioning you
want to the contentWrapper class. 
*/
.content 
{
    margin: 0px;
    padding: 0px;
    border: 1px solid #CCCCCC;
}

.contentWrapper 
{
	/* position this div however you want, but keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}