body {
	margin-top:0px;
	margin-left:0px;
	background-color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;

}

table { 
	vertical-align:text-bottom;
	margin-top:0px; 
	margin-bottom:0px; 
	margin-left:0px;
	margin-right:0px;
}

a:link
{
	color: #1F2593;
	font-weight : 700;
	text-decoration : none;
}
a:visited
{
	color: 8F92C9;
	font-weight : 700;
	text-decoration : none;
}
a:active
{
	color: #DF1111;
	text-decoration : none;
}
a:hover
{
	color: #DF1111;
	text-decoration : none;
}


a,h1,h2,h3,h4,h5,h6,ul,ol,li,div,address,blockquote,br,nobr,b,i,u,p {
	color : #1F2593;
	font-size : 11px;
	display : inline;
	margin-bottom : 0;
	padding-bottom : 0;
}

h1 {
	font-size : 16px;
	font-weight : bold;
}

h2 {
	font-size : 14px;
	line-height : 140%;
}

h3 {
	font-size : 12px;
	line-height : 120%;
}

h4 {
	color : #000000;
	font-weight : lighter;
	font-size : 10px;
	line-height : 100%;
}

h5 {
	color : #FFFFFF;
	font-size : 1px;
}

h6 {
	color : #ED313F;
	font-size : 12px;
}
p,ol,ul,li{
	color : #000000;
	line-height : 130%;
	display : block;
	margin-top : 0;
	padding-top : 0;
	margin-bottom : 0;
	padding-bottom : 7px;
}

i {
	color : #000000;
	line-height : 130%;
}

u{
	text-decoration : none;
	font-weight : lighter;
}

ol{
	list-style-position : outside;
	list-style-type : decimal;
	text-align : left;
	text-decoration : none;
	margin-left : 35px;
}

ul{
	list-style-position : outside;
	text-align : left;
	text-decoration : none;
	margin-left : 15px;
	list-style-type : disc;
}