/* standard elements */
body {
	font: normal 0.7em Tahoma,Verdana,sans-serif;
    text-align: justify;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}


/* main navigation */
.link_menu {
	background: #173B76;
}
.link_menu a {
	border-bottom: 1px solid #2f5491;
	display: block;
	height: 22px;
	font: Verdana,sans-serif;
	color: #FFFFFF;
	padding: 10px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #2f5491;}

/* body header */
.hdr1 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: Verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
        
	}


/* content */ 
.content {
	color: #444444;
	font-family: Verdana,sans-serif;
	line-height: 1.5em;
}
.content a {
	color: #173B76;
	text-decoration: none;
	border-bottom: 1px dotted #2f5491;
}

.content a:hover {
	color: #444444;
	background-color: #CADDFA;
	border-bottom: dotted #CADDFA 1px;
	}

.contentbold {
	color: #173B76;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;        
	}
	
.contentbold2 {
	color: #173B76;
	font-family: Verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;        
	}
	
.contentitl {
	color: #444444;
	font-family: Verdana,sans-serif;
	font-weight: bold;        
	}


/* content2 */
.content2{
	color: #FFFFFF;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}
.content2 a {
	color: #FFC000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.content2 a:hover {
	color: #FFC000;
	background-color: #000000;
	border-bottom: dotted #000000 1px;
	}
	
.content2hdr1 {
	padding: 0;
	margin: 0;
	font-family: Verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFC000;
        
	}
	
/* footer */
.footer{
	color: #FFFFFF;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}
.footer a {
	color: #FFC000;
	text-decoration: none;
	border-bottom: 1px dotted #222222;
}

.footer a:hover {
	color: #FFC000;
	background-color: #222222;
	border-bottom: dotted #222222 0px;
	}
	
.footerhdr1 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: Verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFC000;
        
	}