body {
	background-image: url(images/bg.gif);
	margin: 0;
}

span.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.textsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.bluetext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00aced;
}

.bluehead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00aced;
	font-weight: bold;
}

.blueheadsm {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00aced;
	font-weight: bold;
}

.blueheadlg {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00aced;
	font-weight: bold;
}

a.navlink:link          {color: #000000; text-decoration: none;}
a.navlink:visited       {color: #000000; text-decoration: none;}
a.navlink:active        {color: #FFFFFF; text-decoration: none;}
a.navlink:hover         {color: #FFFFFF; text-decoration: none;}
a.navlink:visited:hover {color: #FFFFFF; text-decoration: none;}

a.navlink2:link          {color: #FFFFFF; text-decoration: underline;}
a.navlink2:visited       {color: #FFFFFF; text-decoration: underline;}
a.navlink2:active        {color: #FFFFFF; text-decoration: underline;}
a.navlink2:hover         {color: #FFFFFF; text-decoration: underline;}
a.navlink2:visited:hover {color: #FFFFFF; text-decoration: underline;}

a.redlink:link          {color: #f26522; text-decoration: underline;}
a.redlink:visited       {color: #f26522; text-decoration: underline;}
a.redlink:active        {color: #f26522; text-decoration: underline;}
a.redlink:hover         {color: #f26522; text-decoration: none;}
a.redlink:visited:hover {color: #f26522; text-decoration: none;}

a.bluelink:link          {color: #00aced; text-decoration: underline;}
a.bluelink:visited       {color: #00aced; text-decoration: underline;}
a.bluelink:active        {color: #00aced; text-decoration: underline;}
a.bluelink:hover         {color: #00aced; text-decoration: underline;}
a.bluelink:visited:hover {color: #00aced; text-decoration: underline;}

a.bluelink2:link          {color: #00aced; text-decoration: none;}
a.bluelink2:visited       {color: #00aced; text-decoration: none;}
a.bluelink2:active        {color: #00aced; text-decoration: none;}
a.bluelink2:hover         {color: #00aced; text-decoration: underline;}
a.bluelink2:visited:hover {color: #00aced; text-decoration: underline;}

a.bluelink3:link          {color: #00aced; text-decoration: underline;}
a.bluelink3:visited       {color: #00aced; text-decoration: underline;}
a.bluelink3:active        {color: #00aced; text-decoration: underline;}
a.bluelink3:hover         {color: #00aced; text-decoration: none;}
a.bluelink3:visited:hover {color: #00aced; text-decoration: none;}

#navmain {
	list-style-type: none;
	padding: 0;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.bullet {
	margin-left: 5px;
	margin-top: 4px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 1em;
	margin-bottom: 2px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0a0d53;
}

.navmain1 {
	list-style-type: none;
	padding: 0;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#navigation
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation a
{
	background: #fff url("img_hp/left-tab.gif") no-repeat left top;
	color: #004576;
	font-weight: bold;
	line-height: 30px;
	padding-left: 18px;
	text-decoration: none;
}
#navigation a span
{
	background: url("img_hp/right-tab.gif") right top no-repeat;
	padding-right: 18px;
}
#navigation a, #navigation a span
{
	float: none;
}
#navigation a, #navigation a span
{
	display: block;
	float: left;
}
#navigation a:hover
{
	background: #fff url("img_hp/left-tab.gif") no-repeat left top;
	color: #004576;
	padding-left: 18px;
	text-decoration: underline;
}
#navigation a:hover span
{
	background: url("img_hp/right-tab.gif") right top no-repeat;
	padding-right: 18px;
}
#navigation li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}