/* CSS Document */

body {
	background-color:#F0F0F0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f27220;
	line-height: 16px;

}

a:hover {
	color: #FF3300;

}

.maintile {
	background-image: url(/images/bg_tiler.gif);
	background-repeat: repeat-y;

}
.bottomlogo {
	background-image: url(/images/arrowbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.leftcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #e6e6e6;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 15px;

}
font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 15px;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F27220;
	line-height: 16px;
	display:inline;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	line-height: 22px;
	display:inline;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	display:inline;
	font-weight: normal;
}
.highlight a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	line-height: 16px;
	font-weight: bold;
}
.formhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;

}
hr {
	margin-top: 0px;
	margin-bottom: -10px;
	line-height: 10px;
}
.orange-text {
	color: #f27220;

}