/* CSS Document */

body{
	background-color: #510a0a;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #431d1d;
	}
	
a:link, 	a:visited{
	font-weight:bold;
	text-decoration:underline;
	color:#431d1d;
	}
	 a:hover, a:active{
	font-weight:bold;
	text-decoration:none;
	color:#431d1d;	
	}

	td.bg_left{
	background-image: url(/images/bg_lft.gif);
	background-repeat: repeat-y;
	width: 9px;
	}
	td.bg_right{
	background-image: url(/images/bg_right.gif);
	background-repeat: repeat-y;
	width: 9px;
	}
	td.bg_top{
	background-image: url(/images/bg_top.gif);
	background-repeat: repeat-x;
	}
	td.bg_bottom{
	background-image: url(/images/bg_btm.gif);
	background-repeat: repeat-x;
	}
	td.footer{
	background-color: #fbf8e4;
	text-align: center;
	font-size: 10px;
	color:#9d8484;
	padding: 5px;
	}
	td.footer a:link, 	td.footer a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#9d8484;
	}
	td.footer a:hover, 	td.footer a:active{
	font-weight:bold;
	text-decoration:underline;
	color:#9d8484;	
	}
	td.menu{
	background-color: #fbf8e4;
	border-bottom: 1px solid #510a0a;
	border-right: 1px solid #510a0a;
	padding: 4px;
	vertical-align: top;
	}
	td.main{
	background-color: #fbf8e4;
	border-bottom: 1px solid #510a0a;
	padding: 4px;
	vertical-align: top;
	}
	h1, td.FormHeaderText{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #510a0a;
	padding-bottom: 3px;
	}
	h2{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	}
	h3{
	font-size: 12px;
	font-weight: bold;
	}
	h4{
	font-size: 11px;
	font-weight: bold;
	}
	h5{
	font-size: 10px;
	font-weight: bold;

	}
	h6{
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	}

.RadEContent,  .RadEContentBordered{
background-color:#fbf8e4;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #431d1d;
}