#Content {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
	color: #c93;
}
#Content h1, #Content h2 {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-family: Georgia, sans-serif;
	color: #c30;
}
#Content h1 {font-size: 18px;}
#Content h2 {font-size: 12px;}


#Content .Tbl {
	margin-bottom: 10px;
	border-width: 0px;
}
	#Content .Tbl td, #Content .Tbl th {
		padding: 8px 10px;
		text-align: left;
		vertical-align: top;
		color: #fc3;
		background-color: #963232;
	}
	#Content .Tbl .Tr1 td, #Content .Tbl .Tr1 th {
		border-collapse: 5px;
		background-color: #7f0303;
	}
	#Content .Tbl .Tr2 td, #Content .Tbl .Tr2 th {
		color: #c93;
		background-color: #900303;
	}


#Content a, #PanelLeftContentHtml a {
	color: #fc3;
	text-decoration: none;
}
#Content a:hover, #PanelLeftContentHtml a:hover {text-decoration: underline;}


p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


.Highlighted {
	font-weight: bold;
	color: #c93;
}


.ImgBorderLeft {
	margin-right: 20px;
	border: 1px #dcdace solid;
	float: left;
}
.ImgBorderRight {
	margin-left: 20px;
	border: 1px #dcdace solid;
	float: right;
}


.TitleSpecial {
	margin: 0px 0px 14px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #fc3;
}


.FlashContent {
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
.FlashContent noscript {
	color: black;
	background-color: red;
}


input.InputText, textarea.InputTextarea {
	margin: 0px 8px 0px 0px;
	padding: 4px 2px 0px 2px;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	vertical-align: top;
	color: #c93;
	background-color: #6b0404;
	border: #870303 1px solid;
}
input.InputText {
	width: 174px;
	height: 18px;
}
textarea.InputTextarea {
	width:  214px;
	height: 118px;
	/*IE*/
	scrollbar-face-color: #fbf2b9;
	scrollbar-track-color: #6b0404;
	scrollbar-arrow-color: #6b0404;
	scrollbar-3Dlight-color: white;
	scrollbar-highlight-color: #ab9541;
	scrollbar-shadow-color: #4b0505;
}
input#btn_submit {
	height: 26px;
	 padding: 0px 14px 3px 14px;
	_padding: 0px; /*IE6*/
	font-size: 11px;
	font-weight: bold;
	 line-height: 24px;
	_line-height: 22px; /*IE6*/
	color: #fc3;
	background: #9d3a0e url(../images/buttons/button_input.png) repeat-x;
	border: #890202 1px solid;
	cursor: pointer;
	cursor: hand; /*IE5.5-*/
}
input#btn_submit:hover {background-position: 0px -24px;}


.Nowrap {white-space: nowrap;}


.TextRequired {
	font-weight: bold;
	line-height: 22px;
	color: #c93;
}

ul.ul1{
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 0 10px;
	width: 300px;
	list-style: circle;
}

img.right {
	float: right;
	display: inline;
	margin: 0;
}

.clr {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}