/* main.css */

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5B73CE;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}
body {
	margin: 0;
	background: url(../Images/Main/wallpaper.jpg) repeat-x #FFFFFF;
}
#Layer2 {
	position:absolute;
	width:744px;
	height:165px;
	layer-background-color:#FFFFFF;
	border:1px none #000000;
	z-index:2;
	left: 18px;
	top: 898px;
}
#mainTable {
 background: #FFF;
}
.style3 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.topMargin {
 padding-top: 100px;
}
.topMargin1 {
 padding-top: 100px;
	padding-left: 75px;
}
