/* CSS Document */

a:link, a:visited, a:active {
	color: #148094; 
	text-decoration: none; 
	font-weight:none;
}

a:hover {
	color: #F63C00;
	text-decoration: none;
	font-weight: none;
	position: relative;
	left: 0px;
	top: 0px;
	border-bottom: none; 
}

h1 { 
	color: #638400; 
	background-color: none;
	letter-spacing: 0px; 
	font-family: "Trebuchet MS", Arial; 
	font-size: 24px;
	line-height: 30px;
	font-weight: none;
	letter-spacing: 2px; 
}

.subheader {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #F63C00;
	font-weight: normal;
	text-transform: normal;
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 16px;
	text-decoration: underline;
}


.disclaimer { 
	color: #000000; 
	padding: 0px; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF54A8;
}

input, select, dropdown, textarea, option{

	border-width: 1px;
	border-style: solid;
	border-color: #B50015;
	font-family: Verdana, "Trebuchet MS";
	font-size: 11px; 
	background-color: #FFFFFF;
	letter-spacing:0px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	background-image: url('images/img_bg.gif');
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Tahoma, "Trebuchet-MS";
	font-size: 11px;
	line-height: 14px;
}

td, th, tr {
	color: #000000;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
}

i, em {
	color: #430000;
	font-family: Verdana, Arial, "Trebuchet MS";
}

.quote {
        color: #230078;
	font-family: Georgia, "Times New Roman";
	line-height: 14px;
}

.quote2 {
        color: #148094;
	font-family: "Century Gothic", Verdana, "Trebuchet MS";
	font-size: 18px;
}

.little {
	font-family: Verdana, "Trebuchet MS";
	font-size: 10px;
        color: #654A2E;
}

p {
	text-indent: 30px;
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0px; 
}

.pic {
	border-color: #FE7C97;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background-color: #FFFFFF;
}

li {
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 7px;
	font-size: 10px;
}

tr.list:hover {
	background-color: #fdd3f3;
}