*{
	margin: 0;
	padding: 0;
	border: none;
	font:11px verdana;
}

i {
	font-style: italic;
}

html{
	overflow-y:scroll;
}

html,body{
	height: 100%;
	width: 100%;
	background: #fff;
}

table{
	border-collapse:collapse;
}

a{
	color: #e82d2c;
}

img{
	display: block;
}

p{
	color: #5a5959;
	margin: 17px 0 22px 0;
	line-height: 18px;
}

h1,h3{
	font: 14px Arial Narrow;
}

h1{	
	color: #17489e;
	background: url(img/h1Bg.gif) top right no-repeat;
	padding: 4px 0 4px 13px;
}

h2{
	font: bold 10px tahoma;
	color: #17489e;
}

h3{
	background: #df1d1e;
	color: #fff;
	padding: 0 0 1px 13px;
	margin-bottom: 10px;
}

h4{
	color: #17489e;
	font: bold 10px tahoma;
	padding-bottom:3px;
	background: url(img/h4Bg.jpg) bottom left no-repeat;
}

h5{
	font: bold 11px verdana;
	color:#17489e;
	background:url(img/h5Bg.gif) center left no-repeat;
	margin-top:10px;
	padding-left:18px;
}

b{
	font-weight: bold;
}

.floatL{
	float: left;
}

.floatR{
	float: right;
}

.clear{
	clear: both;
	float: none;
}

.padT20B200{
	padding: 20px 0 200px 0;
}

.padLR25{
	padding: 0 25px;
}

.padL25{
	padding-left: 25px;
}

.padL10{
	padding-left: 10px;
}