A:link
	{
	text-decoration: none;
	color: #CC0000;
	}
A:visited
	{
	text-decoration: none;
	color: #CC0000;
	}
A:active
	{
	text-decoration: underline;
	color: #FF0000;
	}
A:hover
	{
	text-decoration: underline;
	color: #FF0000;
	}

#nav A:link
	{
	text-decoration: none;
	color: #999999;
	}
#nav A:visited
	{
	text-decoration: none;
	color: #999999;
	}
#nav A:active
	{
	text-decoration: underline;
	color: #FFFFFF;
	}
#nav A:hover
	{
	text-decoration: underline;
	color: #FFFFFF;
	}


BODY
	{
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	scrollbar-face-color: #666666;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #FFFFFF;
	}

input
	{
	color: #000000;
	width: 200px;
	background: #CCCCCC url('images/textarea_inset.gif') repeat-x top left; 
	}

input.checkbox
	{
	color: #000000;
	width: 20px;
	background: #E0E0E0;
	}

input.radio
	{
	color: #000000;
	width: 25px;
	height: 15px;
	background: #FFFFFF;
	} 

textarea
	{
	color: #000000;
	width: 350px;
	background: #FFFFFF url('images/textarea_inset_textarea.gif') repeat-x top left; 
	}

.outset
	{
	color: #000000;
	width: 200px;
	background: #CCCCCC url('images/textarea_outset.gif') repeat-x top left; 
	}


HR
	{
	color: #666666;
	width: 100%;
	height: 1;
	border: 0;
	padding-top: 31px;
	background: url('images/dot_666666.gif') repeat-x center left; 
	}
	
.whiteTableCell
	{
	background-image: url("images/bg_white.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	}

.normal
	{
	font-family: Trebuchet MS, Verdana, Arial;
	color: #666666;
	font-size: 12px;
	}

.heading1
	{
	font-family: Verdana, Arial;
	color: #666666;
	font-size: 18px;
	font-weight: 700;
	}

.heading2
	{
	font-family: Trebuchet MS, Verdana, Arial;
	color: #666666;
	font-size: 10px;
	font-weight: 700;
	}

.heading3
	{
	font-family: Trebuchet MS, Verdana, Arial;
	color: #000000;
	font-size: 10px;
	font-weight: 700;
	}

.heading4
	{
	font-family: Trebuchet MS, Verdana, Arial;
	color: #000000;
	font-size: 10px;
	font-weight: 700;
	}

.navMenu
	{
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 700;
	}

.small_li
	{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	}
.medium_li
	{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	}
.large_li
	{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	}