@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #4d4d4f;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 30px;
}
a:link {
	color: #00B8FF;
}
a:visited {
	color: #00B8FF;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}
#wrapper {
	width: 740px;
	margin: auto;
}
#left {
	width: 250px;
	float: left;
	text-align: center;
}

#left p {
	margin-bottom: 40px;
}
#right {
	margin-left: 260px;
	padding-top: 20px;
}
#right p {margin-top:0px;}
.content-top {
	background: url(images/content-bg-top.png);
	width: 427px;
	height: 87px;
	padding: 7px 25px 0px 25px;
	margin:0;
}
.content-middle {
	background: url(images/content-bg-middle.png);
	width: 427px;
	padding: 1px 25px;
	margin:0;
}
.content-bottom {
	background: url(images/content-bg-bottom.png);
	width: 477px;
	height: 18px;
	margin:0;
}

img {
	border: 0;
}
img.logo {
	margin-bottom: 40px;
}
em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #00B8FF;
	font-weight: lighter;
	font-style: normal;
	line-height: 20px;
	display: block;
	margin-top: 10px;
}
h1 {
	color: #fff;
	font-weight: normal;
	font-size: 18pt;
	margin: 0 0 0 25px;
}
.small {font-size: 11pt}
.bold {
	font-weight: bolder;	
	font-size: 18pt;
}
h2 {
	color: #999;
	font-weight: normal;
	font-size:16pt;
}
h3 {
	text-transform: uppercase;
	color: #FF9933;
	margin:30px 0px 0px 0px;
}
h4 {
	margin:0;
	color: #999;
}
ol {
	margin-top:5px;
}
li {
	margin-bottom: 8px;
}