@charset "utf-8";
/* CSS Document */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

body {
	background-image: url(../images/body_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, "Trebuchet MS", Sans-Serif ;
	font-size: 12px;
	color: #333;
	line-height: 1;
}

a:link {
	color: #0095d9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0095D9;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}

a.blk:link {
	color: #333;
	text-decoration: none;
}
a.blk:visited {
	color: #333;
	text-decoration: none;
}
a.blk:hover {
	text-decoration: none;
	color: #0095d9;
}
a.blk:active {
	text-decoration: none;
	color: #0095d9;
}

.green
{
	color: #00a651;
	}
	
.blue_txt
{
	color: #0095d9;
	font-weight: bold;
	}
	
p{
	padding-top: 0px;
	padding-bottom: 8px;
	line-height: 18px;
	}

h1
{
	padding-top: 0px;
	padding-bottom: 8px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #f48f0c;	
	line-height: 18px;
	}

h2
{
	padding-top: 0px;
	padding-bottom: 8px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #f48f0c;	
	line-height: 18px;
	}

h3
{
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 18px;	
	}
	
.clearfloat dialog {
	clear: both;
	height: 0px;
	margin: 0px;
}

.imagePadding {
	padding-right: 20px;
	display: inline;
	float: left;
}
