/* CSS Document */

a:link, a:visited, a:active {
	color: #10918A; 
	text-decoration: none; 
	font-weight:none;
}

a:hover {
	color: #FBE109;
	text-decoration: underline;
	font-weight: none;
	border-bottom: none; 
}

h1 { 
	color: #000000; 
	padding-left: 0px;
	background-color: none;
	letter-spacing: 2px; 
	font-family: "Trebuchet MS", Helvetica, Arial; 
	font-size: 30px;
	line-height: 32px;
	text-transform: lowercase; 
	font-style: none;
	font-weight: bold;
	margin-bottom: -6px;
}

h2 { 
	padding-left: 25px;
	color: #000000; 
	line-height: 22px;
	letter-spacing: 0px; 
	font-family: Georgia, Garamond, "Times-New-Roman"; 
	font-size: 22px;
	text-transform: lowercase; 
	font-weight: normal;
	border-bottom: 1px dotted #aab4cb; 
}

h3 { 
	color: #000000; 
	letter-spacing: 0px; 
	font-family: Georgia, Garamond, "Times-New-Roman"; 
	font-size: 22px;
	text-transform: lowercase; 
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: -10px;  
}

body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url('images/bg_pattern.gif');
	color: #737373;
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	line-height: 23px;
}

.quote {
	color: #000;
	font-family: "Times-New-Roman", Times, Georgia;
}

.quote2 {
	color: #cd5657;
	font-family: Georgia,"Times New Roman", Garamond;
	font-size: 20px;
	letter-spacing: 1px; 
}

.spotlight {
	color: #b4955f;
	font-family: Georgia,"Times New Roman", Garamond;
	font-size: 25px;
}

p {
	text-indent: 0px;
	color: #737373;
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	line-height: 23px;
}

p.little {
	font-family: Verdana, "Trebuchet MS";
	font-size: 9px;
	line-height: 15px;
        color: #000;
	text-transform: uppercase;
}

td, th, tr {
	color: #737373;
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
}

.disclaimer { 
	color: #FFFFFF; 
	padding: 0px; 
	border-bottom: 1px dotted #aab4cb;
}

.border {
	border-color: #aab4cb;
	border-width: 1px;
	border-style: dotted;
	padding: 4px;
	background-color: #FFFFFF;
}

.pic {
	padding: 6px;
	background-color: #FFF;
	border:1px solid #DCDCDC; 
	border-radius:8px; 
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
}
