html {
	background: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #555555;
	background: #f9fbfc url('../../../_resources/media/img/default/bg.png') repeat;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table {
	/*border: 1px solid #E9E9E9;*/
}

h1 {
	font-size: 20px;
	color: #204478;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0px;
	border-bottom: solid 1px #bcc7d6;
}

h2 {
	font-size: 14px;
	color: #204478;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	line-height: 20px;
	letter-spacing: 0px;
}

h3 {
	font-size: 12px;
	color: #3269ba;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	line-height: 16px;
	letter-spacing: 0px;
}

p {
	line-height: 20px;
	margin: 0px;
	margin-bottom: 17px;
}

img {
	border: 0px;
}