
a:link
{
    text-decoration: none;
    color: #213A5E;
    background: transparent;
    font-weight: bold;
}
a:visited
{
    text-decoration: none;
    color: #213A5E;
    background: transparent;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
    color: #213A5E;
    background: none;
    font-weight: bold;
    
}
a:active
{
    text-decoration: none;
    color: #213A5E;
    background: none;
    font-weight: bold;
}

.nav a:link
{
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    font-weight: normal;
}
.nav a:visited
{
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    font-weight: normal;
}
.nav a:hover
{
    text-decoration: none;
    color: #ffffff;
    background: #213A5E;
    font-weight: normal;
}
.nav a:active
{
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    font-weight: normal;
}

.inline a:link
{
    text-decoration: none;
    color: #213A5E;
    background: transparent;
    font-weight: normal;
}
.inline a:visited
{
    text-decoration: none;
    color: #213A5E;
    background: transparent;
    font-weight: normal;
}
.inline a:hover
{
    text-decoration: underline;
    color: #213A5E;
    background: none;
    font-weight: normal;
}
.inline a:active
{
    text-decoration: none;
    color: #213A5E;
    background: transparent;
    font-weight: normal;
}

.main {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	background: url(/images/gyro_bg.jpg) #ffffff;
	
}

.sub1 {
	font-family: verdana,arial,helvetica;
	font-size: 10px;
}

.inline_header1 {
	background: url(/images/inline_bg.jpg) #677B9C;
	color: #ffffff;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
}

.footer1 {
	background: url(/images/footer_bg.jpg) #213A5E;
	color: #ffffff;
	font-family: verdana,arial,helvetica;
	font-size: 9px;
}
.footer2 {
	color: #213A5E;
	font-family: verdana,arial,helvetica;
	font-size: 9px;
}
.headline {
	color: #213A5E;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	font-weight: bold;
}
.sub_head1 {
	color: #213A5E;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
}

.pagetitle {
	color: #C2D3EF;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	font-weight: bold;
}
ul.bullet {
	list-style-image: url(/images/smbullet1.gif);
}
ul.bpoints {
	list-style-image: url(/images/smbullet1.gif);
	color: #213A5E;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
}
ul.plain {
	list-style-image: none;
	list-style-type: none;
}
			
			