BODY
{
	margin: 0px;
	background: #FFFFFF;
}

TD, DIV
{
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	color: #666666;
}

QU
{
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666699;
}

TD.medpurple
{
	background:	#666699;
}

TD.topgap
{
	background: url('images/top_gap_background.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}

TD.nav
{
	background: url('images/nav_background.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}

TD.leftgap
{
	background: url('images/left_background.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}

TD.midleftgap
{
	background: url('images/mid_left_background.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}

TD.mid
{
	background: url('images/mid_background.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}

TD.bottombar
{
	color: #FFFFFF;
	background:	#666699;
}

.maintitle
{
	font-size: 15px;
	font-weight: bold;
	color:	#666699;
}

.purpletitle
{
	font-weight: bold;
	color:	#666699;
}

/**********************************/
/************* LINKS **************/
/**********************************/
A
{
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	font-weight: bold;
    color: #666699;
    text-decoration: none;
}

A:visited, A:active
{
    color: #666699;
	font-weight: bold;    
}

A:hover
{
    color: #666699;
	font-weight: bold;    
    text-decoration: underline;
}

A.bottombar
{
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	font-weight: normal;	
    color: #FFFFFF;
    text-decoration: none;
}

A.bottombar:visited, A.bottombar:active
{
	font-weight: normal;
	color: #FFFFFF;
}

A.bottombar:hover
{
	font-weight: normal;
	color: #FFFFFF;
    text-decoration: underline;
}

/**********************************/
/************ BULLETS *************/
/**********************************/

LI
{
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	color: #666666;
	list-style-image: url("images/bullet.gif");
	padding-top: 0px;
}

LI LI
{
	list-style-image: url("images/bullet2.gif");
}

/**********************************/
/************* INPUT **************/
/**********************************/

INPUT
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #666666;	

	width: 100%;
	height: 18px;
	border: 1px #000066 solid;
	background: #FFFFFF;
}

INPUT.button
{
	width: 90px;
	border: 1px #000066 solid;
	background: #EEEEEE;	
}

SELECT
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #666666;	

	width: 100%;
	height: 18px;
	border: 1px #000066 solid;
	background: #FFFFFF;	
}

/**********************************/
/*********** TEXTAREA *************/
/**********************************/

TEXTAREA
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #666666;	
	
	width: 100%;
	height: 54px;
	overflow: auto;
	border: 1px #000066 solid;	
	background: #FFFFFF;	
	
    scrollbar-face-color: #EEEEEE;
    scrollbar-shadow-color: #666666;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #666666;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #EEEEEE;
    scrollbar-arrow-color: #000000;	
}

/**********************************/
/************* IMAGE **************/
/**********************************/

IMG.border
{
	border: 1px #000066 solid;
}
