.text {
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	color: #000000;
}

.text A {
	/* color: #333366; */
	color: #0000cc;
}
.text A:hover {
	color: #9999cc;
}
.text B {
	color: #666666;
}

.text P { margin-top:0px; text-align:justify; }

.text ul { margin-left:10px; padding-left:10px; }
.text ul li { text-align:justify; }

HR {
	height: 1px;
	border: none;
	width: 760px;
	color: #cccccc;
	background-color: #cccccc;
}

H1 {
	font-family: Georgia,Times,Times New Roman,Serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 5px;
}

H2 {
	font-family: Georgia,Times,Times New Roman,Serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
}
	.homeH2 { margin-bottom:0px; }
	.redH2 { color:#990000; }

H3 {
	font-family: Georgia,Times,Times New Roman,Serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}


.linkList {
	color: #999999;
	margin-left: 0px;
	padding-left: 1.5em;
	line-height:12px;
}

.linkList LI a {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size:11px;
	/* color: #cc0000; */
	color: #0000cc;
	/* text-decoration:none; */
}
.linkList LI a:hover {
	text-decoration:underline;
	color: #cc0000;
}


.profile {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size:10px;
	color: #333333;
}


.testimonial {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size:9px;
	color: #000000;
}
.testimonial a {
	color: #cc0000;
	text-decoration: none;
}
.testimonial a:hover {
	color: #cc0000;
	text-decoration: underline;
}


.caption {
	font-family: Georgia,Times,Times New Roman,Serif;
	font-size: 11px;
	text-align: center;
	color: #666666;
}



.foot {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size:10px;
	color: #ffffff;
	padding:5px;
}


.dropdown {
	visibility: hidden; 
	position: absolute;
}
.dropdownbuttons {
	background-color: #84878A;
	font-family: Georgia,Times,Times New Roman,Serif;
	font-size: 11px;
	text-align: left;
}
.dropdownbuttons A {
	color: #eeeeee;
	text-decoration: none;
	display: block;
	padding-left:5px;
	width:135px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #cccccc;
}
.dropdownbuttons A:hover {
	background-color: #EFAF49;
	color: #262844;
}
