/* HTML Element Rules */

body 
{
    background: #B4CEF5;
    font-size: 10pt;
    font-family: Trebuchet MS, Arial;
	text-align: center;	
}

/* Container ID Rules */

#bodyBorder 
{
	background: #F2F3F6;
	border: thin solid; 
	border-width: 1px;
	border-color: #23409D;			
	width: 950px;
}

/* Class Definitions */

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

A:active {
	text-decoration: none;
	color: #E78C0A;	
}

A:hover {
	text-decoration: underline;
	color: #2382E8;
}

.bodyCopy 
{
	color: #23409D;
	font-family: Trebuchet MS, Arial;
    font-size: 10pt;	
	font-weight: normal;
}

.bodyCopyBlue
{
	color: #2382E8;
	font-family: Trebuchet MS, Arial;
    font-size: 10pt;	
	font-weight: normal;
}

.bodyCopyOrange
{
	color: #E78C0A;
	font-family: Trebuchet MS, Arial;
    font-size: 10pt;	
	font-weight: normal;
}

.bodyCopySmall 
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
    font-size: 9pt;	
	font-weight: normal;
}

.form {	
	font-family: Trebuchet MS, Arial; 
	color: #2382E8;
    font-size: 10pt;
	background: #FFFFFF;
	border: thin solid; 
	border-width: 1px;
	border-color: #23409D;
}

.subtext 
{
	color: #23409D;
	font-family: Trebuchet MS, Arial;
    font-size: 8pt;	
	font-weight: normal;
}

.swTable
{
	color: #2382E8;
	font-family: Trebuchet MS, Arial;
    font-size: 11pt;	
	font-weight: bold;
}

.swTitle
{
	color: #23409D;
	font-family: Trebuchet MS, Arial;
    font-size: 11pt;	
	font-weight: bold;
}

.title 
{
	color: #23409D;
	font-family: Trebuchet MS, Arial;
    font-size: 13pt;	
	font-weight: bold;
}

