/* CSS Document */

a:link, a:visited, a:active {
	color: #314D53; 
	text-decoration: none; 
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 { 
	color: #B4B4B4; 
	padding-left: 25px;
	line-height: 20px; 
	font-family: "Courier New", Garamond, Georgia;  
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.border {
	border-width: 1px;
	border-style: dotted;
	border-color: #353535;
	}

.disclaimer { 
	color: #717171; 
	padding: 0px; 
}

input, select, dropdown, textarea, option{

	border-width: 1px;
	border-style: dotted;
	border-color: #323232;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 11px; 
	background-color: #000000;
	letter-spacing:0px;
	color: #717171;
}

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

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

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

.indexlinks {
	color: #314D53;
	font-family: Georgia, Garamond, "Times New Roman";
	font-size: 11px;
	letter-spacing: 0px; 
}

i, em {
	color: #2C4F43;
	font-family: Tahoma, Arial, "Trebuchet MS";
}

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

.little {
	font-family: Verdana, "Trebuchet MS";
	font-size: 10px;
        color: #717171;
}
.pic {
	border-color: #323232;
	border-width: 1px;
	border-style: dotted;
	padding: 3px;
	background-color: #000000;
}