/* CSS Document */

body {
	background-color: #CCCCCC;
	padding: 0;
	margin: 0;
}


#outer {
width: 766px;
background-color:#FFFFFF;
padding: 0;
margin-left: auto;
margin-right: auto;
position:relative;
}


#sublinks a, a:link {
color:#777777;
}

#sublinks a:hover{
color:#cccccc;
}

.style1 {
	font-family: Tahoma;
	font-size: 11px;
}
.style2 {font-family: Tahoma; font-size: 11px; color: #FFFFFF; }
a:link {
	color: #c3331b; 
	font-family: Tahoma;
	font-size: 11px;
}
a:visited {
	color: #c3331b;
	font-family: Tahoma;
	font-size: 11px;
}
a:hover {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
}
a:active {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
}
.style3 {
	color: #555555;
	font-weight: bold;
}
.style4 {
	color: #555555;
	font-style: none;
}