/* CSS Style Sheet, amrandall.com */


/* text classes */
BODY,P,.txt, li 

{
	font-size: 11px;
	color:#CCCCCC;
	font-family: verdana,helvetica,arial,sans-serif;
}
.testimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.portrait_special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	list-style-type: disc;
	margin: 10px;
	list-style-position: outside;
	color: #999999;
}

TEXTAREA 
{ 
	font-size: 12px;
}


SELECT,OPTION,INPUT 
{ 
	font-size: 11px; 
	color:#333333; 
	font-family: verdana,helvetica,arial,sans-serif; 
}


/* Link Definitions */

A, A:active, A:visited 
{ 
	text-decoration: none; 
}

A:link 
{
	color: #99CC66;
}

A:visited 
{
	color: #99CC66;
}

A:active 
{
	color: #99CC66;
}
A:hover 
{
	color: #99FF66;
	text-decoration: underline;
}



/*Navigation Links Header & Footer*/

.navigation
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666!important;
}

A.navigation:link
{
	color: #666666!important;
}

A.navigation:hover
{
	color: #999999!important;
	text-decoration: underline;
}


/* Heading Hierarchy */

H1 { font-size: 18px; color: #99CCCC; font-family: "verdana,helvetica,arial,sans-serif; }
H2 { font-size: 18px; color: #99CCCC; font-family: "trebuchet MS",arial,sans-serif; font-weight:bold; }
H3 { font-size: 18px; color: #99CCCC; font-family: "trebuchet MS",arial,sans-serif; font-weight:bold; }
H4 { font-size: 16px; color: #99CCCC; font-family: "trebuchet MS",arial,sans-serif; font-weight:bold; }
}

.footer 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}


/* for Forms*/

.label { font-size: 12px; font-weight: bold;  font-family: verdana,arial,sans-serif;  }
.explain { font-size: 10px; font-weight: normal;  font-family: verdana,arial,sans-serif; color: #666666 }

