a{	
color: #7894d7;
outline: none;
}
a span{
	cursor: pointer;
}
a:link,a:visited{outline: none;}
a:hover{
color:#4f619c;
outline: none;
text-decoration: none;}
html{
	font-size: 16px;
}
body{
	color: #7a7a7b;
	text-align: left;
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
	
}
h1{
	line-height: 33px;
	color:white;
	font-weight: bold;
	font-size:16px;
	padding-left:15px;
	height: 33px;
	border-top:8px solid white;
	border-bottom:8px solid white;
}


strong
{
	font-weight:bold;
}

#maincontent{
	
	font-size: 1.2em;

}

.textcontainer  h4,
.textcontainer  h2,
.textcontainer  h3{
	font-size:14px;
	color: #677fcb;
	font-weight: bold;
	line-height: 20px;
	margin-bottom:10px;
}


.textcontainer ul li{
	padding: 0px 0px 0px 21px;
	background-image: url(../images/arrowb.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color:#677fcb;
	margin-bottom:10px;
	margin-right:30px;
}

.textcontainer ul{
	margin: 1em 0 1em 0
}

.textcontainer ol{
	margin: 1em 0 1em 41px;
	list-style:decimal !important;
}

.textcontainer ol li{
		
	list-style:decimal !important;
}

.textcontainer p{
	margin-bottom: 15px;
}

