/* CSS Document */

a:link, a:visited, a:active {
	color: #0E81A8; 
	text-decoration: none; 
}

a:hover {
	color: #641B80;
	text-decoration: underline;
}

h1 { 
	color: #9A62AF; 
	padding-left: 25px;
	line-height: 30px; 
	font-family: "Century Gothic", Arial, Tahoma;  
	font-size: 16px;
	font-weight: normal;
	margin-bottom: -4px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background-image: url(images/img_header.gif); 
	background-repeat: no-repeat;
	background-position: center left; 
}

.border {
	border-width: 1px;
	border-style: dotted;
	border-color: #B4C6CC;
	}

.disclaimer { 
	color: #B4C6CC; 
	padding: 0px; 
}

input, select, dropdown, textarea, option{

	border-width: 1px;
	border-style: dotted;
	border-color: #39798E;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 11px; 
	background-color: #DECDE4;
	letter-spacing:0px;
	color: #39798E;
}

body {
	background-color: #F1F1F1;
	background-image: url('images/bg_img.gif');
	background-repeat: repeat-x;
	color: #39798E;
	font-family: Arial, Verdana, "Trebuchet-MS";
	font-size: 11px;
	line-height: 19px;
}

p {
	text-indent: 0px;
	color: #39798E;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	line-height: 19px;
	letter-spacing: 0.5px; 
}

td, th, tr {
	color: #39798E;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

.quote {
        color: #8A40A6;
	font-family: Georgia, "Times New Roman";
	line-height: 14px;
}

.little {
	font-family: Verdana, "Trebuchet MS";
	font-size: 9px;
        color: #863CA2;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pic {
	border-color: #B48FB4;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	background-color: #F1F1F1;
}