/* CSS Document */


a:link {
color: #9C1815;
text-decoration: none;
}
a:active {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #CC0000;
text-decoration: none;
}
a:hover {
color: #ffffff;
text-decoration: none;
background-color: #9C1815;
}

input {
 font : 9px/9px Geneva, Verdana, Arial;
 border : 1px solid #000000;
 color : black;
 background-color : #ffffff;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 115px;
}

input:focus {
 background-color : #ffffff;
 border : 0px solid #FFE429;
}

input.button {
 color : #fff;
 background-color : #000;
 border : 1px solid #000;
 padding : 0px
}

textarea {
 border: 1px solid #D3D3D3;
 margin-bottom: 10px;
width: 180px;
 color: black;
 background-color: #D3D3D3;
 font: 9px/9px Verdana, Geneva, Arial;
}

.typepulldown { 
font: 9px Verdana, Geneva, Arial; 
color: #000000; background-color:#FFE429; 
border-style:0; border:0px #333333; 

}
.body {
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial;
	line-height: 17px;
	text-decoration: none;
}
.cap1  { color: black; font-size: 10px; font-family: Verdana, Geneva, Arial; line-height: 17px; text-decoration: none; text-transform: uppercase }
.quote {
	color: #333333;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 15px;
	text-decoration: none;
	padding: 5px;
}
.bodyLARGE {
	color: #3399FF;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial;
	line-height: 17px;
	text-decoration: none;
	font-weight: bold;
}
.quote2 {
	color: #333333;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	text-decoration: none;
}
.bodybullet {
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial;
	line-height: 17px;
	text-decoration: none;
	list-style-type: square;
	list-style-position: outside;
}
.cap1LRG {
	color: #333333;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

