a:link {
	text-decoration: none;
	border-bottom: none;
	color: #0080FF;
}

a:visited {
	color:#0080FF;
	border-bottom: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0080FF;
	border-bottom: none;
}


body {

}

body h1 {
	font-family: "trebuchet ms";
	color:#000066;
	font-size: 16px;
	text-transform:capitalize;
	font-weight:600;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:justify;


}




body h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 12px;
	font-weight:200;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing:1px;
	line-height:20px;
	text-align:justify;
}
body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight:200;
	margin-right: 50px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing:1px;
	line-height:20px;
	text-align:justify;
}
body h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight:400;
	letter-spacing:1px;
	

}

body h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight:200;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing:1px;
	line-height:22px;
	text-align:justify;
}

body h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:800;
	letter-spacing:1px;
	text-align:center;
}


.titletable {
	background-image:url(img/title_background.png);
	background-repeat:no-repeat;
}

.titletablebottom {
	background-image:url(img/title_background_bottom.png);
	background-repeat:no-repeat;
}

.titlebar {
	background-image:url(img/title_bar_background.png);
	background-repeat:no-repeat;
}

.sidebartop {
	background-image:url(img/side_bar_top.png);
	background-repeat:no-repeat;
	vertical-align:bottom;
}

.sidebarmiddle {
	background-image:url(img/side_bar_middle.png);
	background-repeat: repeat-y;
}

.sidebarbottom {
	background-image:url(img/side_bar_bottom.png);
	background-repeat:no-repeat;
}


#footer {
	text-align: center;
	}
	

#footer h1 {
	font-family: "trebuchet ms";
	font-size: 11px;
	color: #FFFFFF;
	font-weight: 200;
	letterspacing: 0.3em;
	text-align: center;
	margin-right: 50px;
}



