/* CSS Document */

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

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

h1 { 
	color: #FF9800; 
	padding-left: 0px;
	background-color: none;
	letter-spacing: 2px; 
	font-family: Verdana, "Trebuchet MS", Arial; 
	font-size: 22px;
	line-height: 0px;
	text-transform: normal; 
	font-weight: normal;
}

.subheader {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #B20707;
	font-weight: normal;
	text-transform: normal;
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 16px;
}

.title {
	color: #000000;
	font-family: "Times New Roman", Georgia, Arial;
	font-size: 50px;
	line-height: 18px;
	padding: 1px;
	text-transform: uppercase; 
	float: left;
	font-weight: normal;
}

.disclaimer { 
	color: #7C7C7C; 
	padding: 0px; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
}

.border { 
	color: #79C4EC; 
	padding: 0px; 
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B8E0F5;
}


input, select, dropdown, textarea, option{

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

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

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

i, em {
	font-family: Tahoma, Verdana, Trebuchet-MS;
	color: #E5285E;
	font-size: 11px;
}

.button1 {
    border-bottom: 2px solid #FFBF43;
    background-color: #ffecc7;
    color: #476004;
    text-align: left;
    width: 150px;
}

.button2 {
    border-bottom: 2px solid #FFBF43;
    background-color: #ffecc7;
    color: #476004;
    text-align: left;
    width: 200px;
}

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

.quote2 {
        color: #FF1D1D;
	font-family: Georgia, "Times New Roman";
	font-size: 9px;
	font-align: right;
	line-height: 18px;
	letter-spacing: 6px;
	padding: 50px;
}

.t1 {
	background-color: #FFFFFF;
        color: #088796;
	text-align: right;
	padding-right: 0px;
	font-family: Georgia, "Times New Roman";
}

.t2 {
	background-color: #FFFFFF;
	padding-left: 15px;
        color: #476004;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 12px;
}

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

#navi {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #E10000;
	font-weight: normal;
	text-transform: uppercase; 
	margin-top: 10px;
	text-align: center;
	line-height: 18px;
	text-indent: 5px;
}

#navi a {
	color: #E10000;
	display: block;
	background-color: #E7F3FF;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #E5F7C1;
	width: 120px;
	height: 19px;
}

#navi a:hover {
	color: #E10000;
	background-color: #FFF2CC;
}

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


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