body {
	background-color: #E5E5E5;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	color: #444; 
	}

h4 {
	font-size: 16px;
	color: #2678AA;
	}

h5 {
	font-size: 13px;
	font-weight: bold;
	color: #2678AA;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #2678AA;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #2678AA;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #2678AA; 
	}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	}
	
.padding {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	}
	

#container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	background-image: url(images/ibg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #ffffff;
	}
