a:link		{color: #ff3300; text-decoration: underline;}
a:active	{color: #ff3300; text-decoration: underline;}
a:visited	{color: #ff3300; text-decoration: underline;}
a:hover		{color: #ff9966; text-decoration: none}

.h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.border { 
	border: #4D76A8 1px dotted;
	background: #E2E9F1;
}
.b_border { 
	border-bottom: #4D76A8 1px dotted;
}
.red { 
	color: #CC3300;
}
.redh3 {
	color: #CC3300;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
	font-weight: bolder;
	}
body { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
p, td, table, body, textarea, input { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
ul {
	list-style-image: url(images/bullet.gif);
}

#navcontainer { width: 150px; 
padding-left: 8px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}

#navcontainer a
{
width: 130px;
padding: 2px
display: block;
}

.indent
{
padding-left: 18px;
}

#navcontainer a:link, #navlist a:visited
{
color: #333;
text-decoration: none;
}

#navcontainer a:hover
{
color: #FFF;
background-color: 4D76A8;

}
