a{	
	text-decoration: none;
	color: #009dde;

}
a:link,a:visited{}
a:hover{
text-decoration: underline;
}
html{
	font-size: 16px;
}
body{

	text-align: right;
	font-size:0.625em;
	color: #313f44;
	font-family: Arial, Helvetica,sans-serif;
}


strong
{
	font-weight:bold;
}

.textcontent {
	font-size: 1.2em;
}


.textcontent h2{
	font-size: 1.417em;
	font-weight: bold;
	color: #fe232b;

}

.textcontent h3{
	font-size: 1.25em;
	font-weight: bold;
	color: #fe232b;
	margin:1em 0 0 0;
}

.textcontent h4{
	margin:1em 0 0 0;
	font-size: 1.083em;
	font-weight: bold;

}

.textcontent h5{
	margin:1em 0 0 0;
	font-size: 1.083em;
	font-weight: bold;
	color: #fe232b;

}

.textcontent ul li{
	margin: 0.5em 0px 0.5em 0px;
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: right 7px;
	background-image: url(../images/redbullet.gif);
	background-repeat: no-repeat;
}


.textcontent ul{
	margin: 9px 0 1em 0px;
	
}
.textcontent p{
	margin: 0 0 1em 0px;
}

table,table td{
	font-size: 1em;
}
