@import url("complex.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
}

html, body, form {
	margin: 0px;
	padding: 0px;      
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background: #d2dbe3;
	font-family: "arial","Helvetica",sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #484848;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

a img {
	border: none;
}

a:link {
	
	color: #2C8AE3;
	text-decoration: none;
	
}

a:visited {
	
	color: #2C8AE3;
	text-decoration: none;
}
a:hover {
	
	color: #2C8AE3;
	text-decoration: underline;
}
a:active{
	
	color: #2C8AE3;
	text-decoration: underline;
}
a:focus {
	
	color: #2C8AE3;
	text-decoration: underline;
}
#rightcontent2 .blue-box a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}
h1 {
	color: #000;
	font-size: 180%;
	font-weight: normal;
    margin-top: 10px;
    padding-top: 5px;
}

h2 {
	clear: left;
	color: #000;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 0.2em;
    line-height: 1em;
}
h3 {
	clear: left;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: .2em;
    line-height: 1.0em;
}
h4 {
	clear: left;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: .2em;
    line-height: 1.0em;
}
h5 {
	clear: left;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: .2em;
    line-height: 1.0em;
}

p {
}

blockquote {
        font-size: 100%;
}

/*ul {
	font-size: 1.2em;
        margin-left: 15px;
        list-style-type: square;
}*/

hr
{
font-size:1px;
height:1px;
line-height:0;
padding:0;
margin:0;
}

