.big_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.big_text_white {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.small_text_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

a.small_text_grey:link {color:#333333}      /* unvisited link */
a.small_text_grey:visited {color:#333333}  /* visited link */
a.small_text_grey:hover {color:#CC0000}  /* mouse over link */
a.small_text_grey:active {color:#CC0000}  /* selected link */


.medium_text_grey {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.small_text_light {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
body {
}
.bg_menu {
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg_top {
	
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bg_topright {
	
	background-image: url(images/bg_topright.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg_right {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.bg_bottomright {
	background-image: url(images/bg_bottomright.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
.bg_left {
	
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

a.menu:link {color: #BCB8B2;}
a.menu:hover {color: #FF0000;}
a.menu:active {color: #cc0000;}
a.menu:visited {color: #BCB8B2;}


