body
{
	font-family: Verdana, arial, helvetica, geneva, sans-serif;
	font-size: small;
	color: #3E3E3E;
	line-height: 135%;
}
/* body links */
a:link
{
	color: #0784A2;
	text-decoration: underline;
}

a:active
{
	color: #0784A2;
	text-decoration: underline;
}

a:visited
{
	color: #0784A2;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}
/* END body links */

/* special links */
a.mainlink:link 
{
	font-size: x-small;
	font-weight: normal;
	display: block;
	color: #C39C00;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777777;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #777777;
	left: 5px;
	
}

a.mainlink:active
{
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	background-color: #333399;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333399;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333399;
	
	}

a.mainlink:visited
{
	font-size: x-small;
	font-weight: normal;
	display: block;
	color: #C39C00;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777777;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #777777;
	
	}

a.mainlink:hover
{
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	padding: 1px;
	text-decoration: none;
	background-color: #C49D05;
	border-bottom: 1px dotted #999999;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #999999;
	
}
a.sublink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 140%;
	font-weight: bold;
	color: #0784A2;
	text-decoration: underline;
}

a.sublink:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 140%;
	font-weight: bold;
	color: #0784A2;
	text-decoration: underline;
}

a.sublink:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 140%;
	font-weight: bold;
	color: #0784A2;
	text-decoration: underline;
}

a.sublink:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 140%;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/* END special links */

/* shadow columns */

.lftcol {
	background-image: url(graphics/left-col.jpg);
	background-repeat: repeat-y;
}

.rtcol {
	background-image: url(graphics/right-col.jpg);
	background-repeat: repeat-y;
}
/* END shadow columns */
.h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 130%;
	font-weight: bold;
	color: #C9930E;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0D488C;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #666666;
}
.accent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #2D1E29;
}
.accent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #6D6D6D;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 140%;
	font-weight: normal;
	color: #666666;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 140%;
	font-weight: normal;
	color: #999999;
}
.news
{
	font-family: Verdana, arial, helvetica, geneva, sans-serif;
	font-size: x-small;
	color: #333;
	line-height: 135%;
}.boxedtext	
{ font-size: x-small; line-height: 120%; padding: 10px; margin: 15px; border: 1px solid #ccc; }

