* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%; height: 100%;
}

body, table, tr, td, th, input, textarea {
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #000;
	display: black;
}

hr {
	height: 0; line-height: 0; font-size: 0;
	border-top: 1px solid #CCC;
	 clear: both;
	padding: 0; margin: 0px 0;
}

img { 
	vertical-align: bottom; border:0;
}

p {
line-height:13pt;
	
}

.left,
.alignleft {
	float: left;
}

.right,
.alignright {
	float: right;
}

.aligncenter {
	
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.center {
	text-align: center; 
}

inlinequote {
	font-size: 16px; color: #666;
	border-left: 1px solid #CCC;
	padding-left: 20px;
}





/* -------------------------------- Link styles -------------------------------- */

a,
a:focus, 
a:link, 
a:active { 
	outline: none; 
}

a {
	color: #000; text-decoration: underline;
	font-weight:bold;
}

a:visited {
	color: #000; text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color: #000; text-decoration: none;
	font-weight:bold;
}

/* -------------------------------- Layout styles -------------------------------- */

body {
background:url(../images/BG.png) repeat-x bottom;
background-attachment:fixed;
}