body {
	font-family: "Calibri", "Lucida Grande", Verdana, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin:8px;
	padding:8px;
	text-align:center;
}
h1 {
	color:#FF3300;
	font-size:17pt;
	font-weight:bold;
	letter-spacing:3px;
}
h2 {
	color:#FF3300;
	font-size:14pt;
	font-weight:bold;
}
h3 {
	color:#666666;
	font-size:16pt;
	font-weight:bold;
}
.border {
	border: 1px solid #999999;
}
.main {
	width:980px;
	margin:0;
	border:0;
	padding:1px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.left {
	width:275px;
	background-image:url(../resources/bg.gif);
	background-repeat:repeat-y;
	background-position:top right;
	text-align:left;
	vertical-align:top;
}

.right {
	right:705px;
	text-align:left;
	vertical-align:top;
	padding: 10px 0 0 10px;
}
.footer {
	font-size:10pt;
	text-align:right;
}

a {
	text-decoration:none;
	color: #009999;
}

a:hover {
	text-decoration:underline;
	color: #FF3300;
}

.menu {text-align:right; padding: 0 30px 0 0;}
.menu ul li {padding:0; margin:0; list-style:none; height:30px;}
.menu ul li a {text-decoration:none; font-size: 15pt; color: #666666; height:30px;}
.menu ul li a:hover {text-decoration:none; font-size: 15pt; color: #FF3300; height:30px;}
.menu ul li a span {text-decoration:none; font-size: 15pt; color: #FF3300; height:30px;}

label.rounded {
	padding-top: 5px;
	font-weight: bold;
	color: #333333;
}
input.rounded {
	border: 0;
	background: url("../resources/inputbg.gif") top left no-repeat;
	width: 200px;
	height: 25px;
	padding: 3px 5px;
	font-size: 10pt;
	color: #000000;
}
textarea.rounded {
	border: 0;
	background: url("../resources/inputbg2.gif") top left no-repeat;
	font-family: "Calibri", "Lucida Grande", Verdana, sans-serif;
	width: 200px;
	height: 56px;
	padding: 3px 5px;
	font-size: 10pt;
	color: #000000;
}
input.btn {
	color:#ffffff;
	font-size: 16pt;
	font-weight: bold;
	background-color:#FF3300;
	border: 1px solid;
	border-color: #cccccc;
	cursor:pointer;
}
.btn {
	color:#ffffff;
	font-size: 16pt;
	font-weight: bold;
	background-color:#FF3300;
	border: 1px solid;
	border-color: #cccccc;
	cursor:pointer;
}
.fw2k {
	font-weight: bold;
	color: #FF3000;
}
.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: 0px;
}
