@charset "utf-8";

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #990000;
}


.SectionTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	padding-bottom:5px;
	padding-top:15px;
	border-bottom:dashed 1px #999999;
}

.TxtTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2F416C;
	padding-bottom:10px;
}
.BigTxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}

.BigTxt15 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

.BigTxt15Red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
}
.TxtSize12 {
	font-size: 12px;
}
.HomeImage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	background:url(images/main.png) no-repeat top;
	height:220px;
	width:604px;
}
.FormLayer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	background:url(images/form1.png) no-repeat top;
	width:230px;
	padding-top:56px;
	padding-left:16px;
}

.ListingStyle {
	list-style-image: url(images/ico_check.png);
	list-style-type: none;
}
.ListingSpace {
	padding-bottom:5px;
}
.Boxbg {
	background:url(images/boxbg.png) no-repeat bottom;
}

.BoxContent {
	background:url(images/box1.png) no-repeat top;
	padding:14px 20px 19px 10px;
}

.form_fields {
	font-family:Arial, Helvetica, sans-serif;
	width:220px;
}

.select_fields {
	font-family:Arial, Helvetica, sans-serif;
	width:223px;
}


.Footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background:url(images/footer.png) repeat-x top;
	height:90px;
	text-align:center;
}
.Footer a:link {
	color: #999999;
	text-decoration: none;
}
.Footer a:visited {
	text-decoration: none;
	color: #999999;
}
.Footer a:hover {
	text-decoration: none;
	color: #990000;
}
.Footer a:active {
	text-decoration: none;
	color: #999999;
}

/* FEEDBACK */

.feedback{
	margin:0 auto;
	position:relative;
	margin-bottom:10px;
}
.feedback ul li{
	font-style:italic;
}
.feedback h1{
	font-weight:bold;
	font-size:20px;
	margin:10px 0;
}
.feedback .failure, .feedback .success{
	padding:10px 10px 10px 70px;
	min-height:50px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.feedback .failure{
	background:url(./images/icons/warning_48.png) no-repeat 10px 10px #FFFF99;
}
.feedback .success{
	background:url(./images/icons/accepted_48.png) no-repeat 10px 10px #E4FFD9;
}
