/* CSS Document */
body {
	background-color:#FFFFFF;
}

img {
	outline:none;

}

#main {
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
	font-size:12px;
	line-height:14px;
	background-color:#FFFFFF;
	outline:none;
	letter-spacing:normal;
	margin: 10px 0 0 41px;
}
#main list {
	font-size:10px;	
	line-height:10px;
}
#main a:link {
	text-decoration: none; 
	color:#999999;
	border-bottom: solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
}
#main a:visited {
	text-decoration: none; 
	color:#666666;
	outline:none;
	border-bottom:dotted;
	border-bottom-color:#000000;
	border-bottom-width:0px;
}
#main a:hover {
	text-decoration: none; 
	color:#333333;
	border-bottom: solid;
	border-bottom-color: #666666;
	border-bottom-width:1px;
	outline:none;
}
#main a:active {
	text-decoration: none; 
	color:#666666;
	border-bottom:dotted;
	border-bottom-color: #000000;
	border-bottom-width:0px;
	outline:none;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#333333;
	font-size:12px;
	letter-spacing:0.5pt;
	line-height:normal;
	outline:none;
}
#header a:link {
	text-decoration: none; 
	color:#FFFFFF;
	outline:none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	line-height:normal;
}
#header a:visited {
	text-decoration: none; 
	color: #FFFFFF;
	outline:none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	line-height:normal;
}
#header a:hover {
	text-decoration: none; 
	color: #CCCCCC;
	outline:none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	line-height:normal;

}
#header a:active {
	color:#CCCCCC;
	outline:none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	line-height:normal;
	font-weight:bolder;
	
}

