body
{
	background-image: url('/images/design/background.gif');
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.header
{
	background-image: url('/images/design/header.jpg');
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

.headerBG
{
	background-image: url('/images/design/headerbackground.gif');
	background-repeat: repeat-x;
	height: 16px;
	width: 800px;
	color: #FFFFFF;
}

.pageBG
{
	background-color: #FFFFFF;
	width: 800px;
}

.page
{
	width: 790px;
	text-align: left;
	padding: 10px;
}

.category
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

.section
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.smallText
{
	font-family: Verdana;
	font-size: 10px;
}

td
{
	font-family: Verdana;
	font-size: 12px;
}

input
{
	font-family: Verdana;
	font-size: 10px;
}

button
{
	font-family: Verdana;
	font-size: 12px;
}

.box
{
	border: 1px solid #999999;
}

#list
{
	padding-left: 0px;
}

.menuLink a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuLink a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuLink a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.menuLink a:active
{
	color: #FFFFFF;
	text-decoration: none;
}


.article a:link
{
	color: #000000;
	text-decoration: none;
}

.article a:visited
{
	color: #666666;
	text-decoration: none;
}

.article a:hover
{
	color: #FF0000;
	text-decoration: none;
}

.article a:active
{
	color: #000000;
	text-decoration: none;
}

a:link
{
	color: #CC0000;
	text-decoration: none;
}

a:visited
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

a:active
{
	color: #CC0000;
	text-decoration: none;
}