

a{
	color: #faa47b;
	text-decoration: underline;
}

a:hover{
	color: #D26F2E;
	text-decoration: underline;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}




.bgy {
	background-repeat: repeat-y;
}

.bottom_addr {
	font-size: 10px;
	color: #0d0304;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/bbg.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

.bottom_addr a {
	text-decoration: none;
}

.bottom_addr a:hover {
	text-decoration: underline;
}


.bgx {
	background-repeat: repeat-x;
}


.norepeat {
	background-repeat: no-repeat;
}
.r-title {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #aeaeae;
	font-weight: bold;
	text-align: left;
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 3px;
}


.c_name {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


.bottom-menu {
	color: #FFFFFF;
	background-image: url(../images/buttons.gif);
    background-repeat: repeat-x;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
    border: 2px solid #000;
}

.bottom-menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom-menu a:hover {
	color: #FBD884;
	text-decoration: underline;
}

.menu {
	color: #000000;
	background-image: url(../images/buttons.gif);
    background-repeat: repeat-x;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 7px;
	white-space: nowrap;
	font-size: 13px;
	text-align: center;
}
.menu a{
	text-decoration: none;
	color: #FFFFFF;
}

.menu a:hover {
	color: #B1372C;
	text-decoration: underline;
}


.sub {
	color: #FFFFFF;
	text-transform: none;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 9px;
	text-align: justify;
	padding-bottom: 4px;
	padding-left: 9px;
	font-size: 11px;
}

.sub a{
	color: #FFFFFF;
	text-decoration: none;
}

.sub a:hover {
	color: #E16C41;
	text-decoration: underline;
}







