@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	background-color: #98012E;
	font-family: Arial;
	font-size: 13px;
	color: #333;
	padding:0px 1px 0px 1px;
	
	
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#917D22; font-weight:bold;
}

a::link:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#917D22; font-weight:bold;
}

input.button { cursor: pointer; }

p { padding:5px 5px 0px 5px;	font-size: 13px;}

.heading{font-size: 16px; color:#97012E; font-weight:bold; padding:5px 0px 0px 5px;}

img {
	border: 0px;
}
.right_img{ padding:0px 0px 10px 0px;
}

.right { padding: 15px 15px 15px 15px;
vertical-align:center;}

td.greyline {
  width: 20px;
  background: url(./images/line_grey.png) 50% 0 repeat-y;
}

.rollover a { display:block; width:22px; }

.rollover a:hover { background-color: #F5822E}

.footer_menu {
	font-size: 11px; 
	color: #9B9A9A;
	text-align: center;
	background-color:#FCF7F9;
	padding:10px 0px 10px 0px;
	}

.footer_menu a {
text-decoration: none;
}

	
.footer_sepearater{
background:url('../images/seperater.gif') repeat-x   ; background-position:center;
}

