@charset "utf-8";
body {
	background-color: #328FD0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x; margin:0px;
}

td {
	font-family:Arial; font-size:12px; color:#333333; line-height:20px;
}

.left_bg {
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y; width:15px;
}

.right_bg {
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-y; width:15px;
}

.bottom_bg {
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x; height:15px;
}

.gray_bg {
	background-image: url(images/gray_bg.jpg);
	background-repeat: repeat-x;
	border: solid 1px #E0E0E0;
}

.orange_bg {
	background-image: url(images/orange_bg.jpg);
	background-repeat: repeat-x; background-color:#FF6600;
	border: solid 1px #FF7100; height:255px;
}

.green_bg {
	background-image: url(images/green_bg.jpg);
	background-repeat: repeat-x; background-color:#B8B838;
	border: solid 1px #B8B838; height:255px;
}

.bluebtn_bg {
	background-image: url(images/bluebtn_bg.jpg);
	background-repeat: repeat-x;
}

.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x; height:62px;
	color:#CCCCCC;
}

.orange_header {
	font-family:Georgia; font-size:21px; color:#ff6600; font-weight:bold;
}

.blue_header {
	font-family:Georgia; font-size:21px; color:#2373AD; font-weight:bold;
}

.white_header {
	font-family:Arial; font-size:17px; color:#ffffff; font-weight:bold;
}

.orange_header2 {
	font-family:Georgia; font-size:17px; color:#ff6600; font-weight:bold;
}

.blue_header2 {
	font-family:Georgia; font-size:17px; color:#2373AD; font-weight:bold;
}

.gray_header2 {
	font-family:Georgia; font-size:17px; color:#666666; font-weight:bold;
}

.textfield {
	font-family:Arial; font-size:11px;
}

.whitelink:link {
	font-family:"Trebuchet MS"; font-size:13px; color:#FFFFFF; font-weight:bold;
	text-decoration:none;
}

.whitelink:visited {
	font-family:"Trebuchet MS"; font-size:13px; color:#FFFFFF; font-weight:bold;
	text-decoration:none;
}

.whitelink:hover {
	font-family:"Trebuchet MS"; font-size:13px; color:#ffcc00; font-weight:bold;
	text-decoration:none;
}

.whitetext {
	color:#FFFFFF; font-weight:bold;
}

img {
	border:0px;
}



