/* Named Styles */

.contactInfo
{
	color : White;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	margin-top : 10px;
	margin-right : 10px;
	margin-left : 20px;
	margin-bottom : 10px;
	font-weight : bold;
} 

.calloutText
{
	color : Black;
	font-size : 10px;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration : underline;
} 

.smallText
{
	color : Black;
	font-size : 10px;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration : none;
} 

.navbarText
{
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}
 
/* Tag Styles */

a 
{
	color : #006633;
	text-decoration : underline;
} 

a:active 
{
	color : #006633;
	text-decoration : underline;
} 

a:link 
{
	color : #006633;
	text-decoration : underline;
} 

a:visited 
{
	color : #006633;
	text-decoration : underline;
} 

a:hover /* a:hover placed last to ensure style gets applied to mouseOver links */
{
	color : #006633;
	font-weight : bold;
	text-decoration : underline;
} 

p 
{
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
} 

td 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
} 

th
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
} 

ul 
{
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	list-style : square;
} 

H1
{
	color : #006633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font : italic;
	border-bottom : none;
}

H2 
{
	color : #006633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font : italic;
}

li 
{
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
} 