/* CSS Document */
.body {
 	margin: 0px;
 	padding: 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	/*letter-spacing:0.025cm;*/
 	color: #FFFFFF;
 	line-height:16px;
} 

.txtBlueBold{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight:bold;
	letter-spacing:0.01cm;
 	color:#47B8D3;
}
.txtBlueBold a:link
{
color: #47B8D3;
text-decoration: none;
}
.txtBlueBold a:visited
{
color: #47B8D3;
text-decoration: none;
}
.txtBlueBold a:hover
{
color:#FFFFFF;
text-decoration: none;
}
.txtBlueBold a:active
{
color: #47B8D3;
text-decoration: none;
}

.capsBlueBold{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	font-weight:bold;
	letter-spacing:0.1cm;
 	color:#47B8D3;
}
.txtBlue{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color:#47B8D3;
}
.textlink:link, .textlink:active {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color:#47B8D3;
	/*letter-spacing:0.025cm;*/
	font-weight: normal; 
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}
.textlink:hover, .textlink:visted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color:#FFFFFF;
	/*letter-spacing:0.025cm;*/
	font-weight: normal; 
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}
/* code for contact form
/*start site map */
#sitemaplist
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*background-color:#F8F9F4;*/
	/*border:1px solid #D1CECE;*/
	/*margin:0px 0px 0px 10px;*/
	padding:3px;
	/*width:170px;*/
}

#sitemaplist a:hover
{
	text-decoration:underline;
}

#sitemaplist ul
{
	margin:0px;
	padding:0px;
}

#sitemaplist ul li
{
	padding-top:5px;
	padding-bottom:5px;
	/*border-top:1px solid #D1CECE;*/
    margin:0px;
	list-style-type: none;
	padding-left: 17px;
	/*background-position: 4px 9px;
	background-repeat: no-repeat;*/
}

#sitemaplist ul li a
{
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
}

#sitemaplist ul li a.current
{
	color:#FFFFFF;
}

#sitemaplist ul ul li
{
	list-style-type: none;
	border-top:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 0px;
	/*background-image: url(../images/bullet_blue.gif);
	background-position: 2px 8px;
	background-repeat: no-repeat;*/
}

#sitemaplist ul ul li a
{
	text-decoration: none;
	font-weight:normal;
	color:#47B8D3;
	font-weight:bold;
}

#sitemaplist ul ul li a.current
{
	color:#47B8D3;
	font-weight:bold;
	text-decoration: none;
}

/* end site map */
.news
{
	margin:0px;
 	padding:0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	/*font-weight:bold;*/
 	color:#FFFFFF;
 	margin-bottom:3px;
	margin-top:3px;
	margin-left:0px;
	text-decoration:none;
}

.news a
{
 	color:#FFFFFF;
	text-decoration:none;
}

.news a:hover
{
	color:#A60000;
}

.news ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;
	background-image: url(../images/bullet_blue.gif);
}

.news ul li 
{
	padding-left: 5px;
	margin-bottom: 0px;
	background-image: url(../images/bullet_blue.gif);
}