body {
	background-color : #FFFFFF;
	font-family : verdana;
	font-size : 10px;
	color : #595959;
	margin : 0px;
}

td {
	font-family : verdana;
	font-size : 10px;
	padding : 0px;
}

b, strong {
	font-size : 10px;
	font-weight: bold;
	color: #0365FF;
}

a:active, a:link, a:visited {
	font-family : verdana;
	text-decoration : none;
	font-weight: bold;
	color : #0365FF;
}

a:hover {
	font-family : verdana;
	text-decoration : underline;
	font-weight: bold;
	color : #0365FF;
}

a.footer:active, a.footer:link, a.footer:visited {
	font-family : verdana;
	text-decoration : none;
	font-weight: normal;
	color : #0365FF;
}

a.footer:hover {
	font-family : verdana;
	text-decoration : underline;
	font-weight: normal;
	color : #0365FF;
}

input, option, select, textarea {
	font-family : verdana;
	font-size : 10px;
	color : #797979;
}

hr {
	height : 1px;
	color : #5496FF;
}

p {
	margin : 0px;
}

.cms {
	background-color : #FFFFFF;
	font-family : verdana;
	font-size : 10px;
	color : #000000;
}