@charset "utf-8";

.banner {
background-image:url(../common/images/banner_tile.jpg);
}

.banner2 {
background-image:url(../common/images/banner_tile2.jpg);
}

.menu_back {
background-image:url(../common/images/menu_tile.jpg);
}

.standard {
	border: 1px dotted #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
	
.heading {
	border: 1px solid #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 10px
}
.heading_text {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#999999
	}
.heading_links {
	border: 1px dotted #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#999999;
	padding: 10px
	}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	}
	.text_small_highlite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	}
a:link {
	color:#666666}      /* unvisited link */
a:visited {
	color:#666666}  /* visited link */
a:hover {color:#FF9900}  /* mouse over link */
a:active {
	color:#666666}  /* selected link */
.text_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	}

