html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image:   url('images/comp2_1bg.jpg');
	background-repeat : repeat-x;
	background-position : left top
}

p, td, ul, ol, ul, li, dl, dt, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	text-decoration : underline;
	color : #333;
}

a:visited {
	text-decoration : underline;
	color : #333;
}

a:hover {
	text-decoration : none;
	color : #FD0000;
}

a:active {
	text-decoration : underline;
	color : #333;
}

hr {
	border : 1px dashed #666666;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #FD0000;
}

.rightborder {
	border-right-width : 1px;
	border-top-style : none;
	border-right-style : dashed;
	border-bottom-style : none;
	border-left-style : none;
	border-right-color : #CCCCCC;
}

#footer {
	font-size: 10px;
}

.graytable {
	border-top: 1px none #cccccc;
	border-right: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	border-left: 1px dashed #cccccc;
}

.graytable2 {
	border-top: 1px none #333333;
	border-right: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
	border-left: 1px dashed #333333;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	border-right-width : 1px;
	border-top-style : none;
	border-right-style : dashed;
	border-bottom-style : none;
	border-left-style : none;
	border-right-color : #CCCCCC;
}

.footer {
	font-size: 10px;
}

#footer a:link {
	font-size: 10px;
	text-decoration : underline;
	color : #333;
}

#footer a:hover {
	font-size: 10px;
	text-decoration : none;
	color : #FD0000;
}