body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e3e3e3;
	background-position: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.designlist {
	word-spacing: 2pt;
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
}

#navcontainer { width: 229px; }

#navcontainer ul
{
margin-left: 0px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFFFFF;
}

#navcontainer a
{
display: block;
padding: 13px;
width: 204px;
background-color: #e30202;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFF;
font-weight: bold;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FFF;
color:#333333;
}

/* START HORISONTAL LINKBAR */

ul#navlinks
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlinks li
{
display: inline;
list-style-type: none;
}

#navlinks a { padding: 10px 25px; }

#navlinks a:link, #navlinks a:visited
{
color: #999;
text-decoration: none;
font-size: 18px;
font-weight: bold;
line-height: 35px;
}

#navlinks a:hover
{
color: #fff;
background-color: #e30202;
text-decoration: none;
}