/* CSS Document */
body{margin: 0 auto;}
.border1{border:3px solid #a3a0a0; background-color:#f7f7f7;}
.color1{ background-color:#a3a0a0;}
.color2{background-color:#eebd00;}
.color3{background-color:#eff0f0;}
.color4{background-color:#ffcf18;}
.page_bg{
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
}
.grey_font{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.grey_font:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.menu_font{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.menu_font:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
.header_font{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-transform:uppercase;
}
.content_font{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height:16px;
}
.header_font2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c50000;
	text-decoration: none;
	text-transform:uppercase;
}
.reddish_font{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-transform:uppercase;
	line-height:16px;
}
.link_font{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height:16px;
}
a.link_font:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #c50000;
	text-decoration: underline;
	line-height:16px;
}
