/* GENERAL TEXT */
	BODY, DIV, P, TD, LI, .bigtext, .medtext, .smalltext { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	BODY, DIV, P, TD, LI, .medtext { 
		font-size: 12px;
		}
	.bigtext {
		font-size: 16px;
		}
	.smalltext {
		font-size: 10px;
		}

/* LINKS */
	a {
		color:#333366;
		}
	a:hover  	{
		color:#000033;
		text-decoration: none;
		border-bottom:dashed 1px #333366;
		}

	IMG.linked {
		border: 1px solid #333366;
		}

	A.leftnav { 
		text-decoration: none; 
		font-size: 12px;
		border-bottom: 0px;
		}
	A.leftnav:HOVER { 
		border-bottom: 0px;
		}
		
/* FORMS */
	FORM {
		margin-top: 1px;
		margin-bottom: 1px;
		}
	input, textarea, option, select	{
		font-family: courier;
		font-size: 12px;
		}	

/* HEADERS */
	.newslettername, A.newslettername, .newslettername A, A:VISITED.newslettername, A:LINK.newslettername {
		font-family: Georgia, Times, serif;
		font-weight: bold;
		font-size: 22px;
		color: white;
		text-decoration: none;
		line-height: 14px;
		}
	A:HOVER.newslettername {
		color: #eeeeee;
		border-bottom:dashed 0px #eeeeee;
		}

	h1,h2,h3,h4,h5,h6	{
		font-family: Georgia, Times, serif;
		font-weight: bold;
		}
	
	H1 {
		font-size: 22px;
		}
	H2 {
		font-size: 20px;
		}
	H3 {
		font-size: 18px;
		}
	H4 {
		font-size: 16px;
		}
	H5 {
		font-size: 14px;
		}
	H6 {
		font-size: 12px;
		}	
	LI.article { 
		margin-left: -18px; 
		padding-left: 0px; 
		font-size: 10px; 
	}

	#homecol1header	H2 {
		margin-bottom: 10px !important;
	}


