@charset "utf-8";
body {
	background-image: url(images/background.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a{ 
color:#004264; 
} 
a:hover{ 
color:#666666; 
}
.content_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.content_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}
