BODY
{
	margin: 0px;
	background: #EEEEEE;
}

TD, DIV
{
	font-family: verdana, arial, tahoma;
	font-size: 10px;
	color: #000000;
}

TD.white
{
	background: #FFFFFF;	
}

TD.topnav
{
	color: #666666;	
	font-weight: bold;	
}

TD.rightnav
{
	font-size: 10px;
	color: #666666;	
	font-weight: bold;	
}

TD.rightnavOn
{
	font-size: 10px;
	color: #366088;	
	font-weight: bold;	
}

TD.navigation
{
	color: #FFFFFF;
}

TD.title
{
	font-size: 16px;	
	color: #003366;
}

TABLE.rightnav
{
	background: #FFFFFF;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;	
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-bottom: 0px #666666 solid;
	cursor:pointer;
	cursor:hand;
}
TABLE.rightnavOn
{
	background: #CCCCCC;
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-bottom: 0px #666666 solid;
	cursor:pointer;
	cursor:hand;
}

TABLE.rightnavbottom
{
	background: #FFFFFF;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;	
	border: 1px #666666 solid;
	cursor:pointer;
	cursor:hand;	
}

TABLE.rightnavbottomOn
{
	background: #CCCCCC;
	border: 1px #666666 solid;
	cursor:pointer;
	cursor:hand;	
}

.whitetxt
{
	font-family: verdana, arial, tahoma;
	font-size: 10px;
	color: #FFFFFF;
}

.homebackground
{
	background: url('images/home_main_background.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.mainbackground
{
	background: url('images/main_background.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.blankbackground
{
	background: url('images/blank_background.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

/**********************************/
/************* LINKS **************/
/**********************************/

A
{
	font-family: verdana, arial, tahoma;
	font-size: 10px;
    color: #000000;
    text-decoration: none;
}
A:visited, A:active
{
    color: #000000;
}
A:hover
{
    color: #000000;
    text-decoration: underline;
}

.topnav
{
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	font-weight: bold;
    color: #666666;
    text-decoration: none;    
}
.topnav:visited, .topnav:active
{
    color: #666666;
}
.topnav:hover
{
    color: #666666;
    text-decoration: underline;
}

.rightnav
{
	font-family: verdana, arial, tahoma;
	font-size: 10px;
	font-weight: bold;
    color: #666666;
    text-decoration: none;    
}
.rightnav:visited, .rightnav:active
{
    color: #666666;
}
.rightnav:hover
{
    color: #666666;
    text-decoration: underline;
}

.navigation
{
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;    
}
.navigation:visited, .navigation:active
{
    color: #FFFFFF;
}
.navigation:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

A.white
{
	font-family: verdana, arial, tahoma;
	font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;    
}
A.white:visited, A.white:active
{
    color: #FFFFFF;
}
A.white:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

/**********************************/
/************ BULLETS *************/
/**********************************/

UL
{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
}

UL.dash
{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
}

UL.table
{
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 18px;
	margin-right: 0px;
}

LI
{
	font-family: verdana, arial, tahoma;
	font-size: 10px;
	color: #000000;	
	list-style-image: url('images/bullet_arrows.gif');
	margin-top: 5px;	
}

LI.dash
{
	list-style-image: url('images/bullet_arrow.gif');
	margin-top: 5px;	
}

LI.table
{
	list-style-image: url('images/clearpix.gif');
	margin-top: 5px;	
}

/**********************************/
/************* IMAGE **************/
/**********************************/

IMG.border
{
	border: 1px #000000 solid;
}

