﻿table {
	border: 0px;
	border-collapse: collapse;
	} 
td {
	vertical-align: top; 
	padding: 0px;
	}
td, table, select, input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	line-height: 16px;
	color: #BBBDC1;
	}
form {
	margin: 0px;
	padding: 0px;
	}
body { 
	margin: 0px;
	padding: 0px;
	background: #101B28;
	}
h1 {
	font: 130% bold Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	line-height: 120%;
	padding-right: 30px;
	}
h2 {
	font: 120% bold Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	line-height: 110%;
	padding-right: 20px;
	}
h3 {
	font: 150% bold Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	padding: 15px 0 0 30px;
	}
p {
	padding-right: 40px;
	}
ul{
	margin: 0px;
	padding: 0px 40px 0px 0px;
	list-style: none;
	line-height:20px;
	}
ul li {
	background: url(images/list_marker.gif) no-repeat left top;
	padding-left: 10px;
	}
ul li a {
	color: #BA7D0D;
	text-decoration: none;
	}
ul li a:hover {
	text-decoration: underline;
	}
b {
	color: #BA7D0D;
	}
a {
	color: #BA7D0D;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
td#buffer {
	height: 10px;
	background: url(images/shadow.gif);
	background-repeat: no-repeat
	background-position: left top;
	}
td#wrap {
	height: 370px;
	background: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
td#sub {
	background-image: url(images/t2_2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
td#left {
	padding: 20px 50px 20px 31px;
	}
div.quote {
	font-size: 13px;
	color: #FFCC33;	
	letter-spacing: 0.09em;
	padding: 10px 95px 10px 20px;
	}
img.left {
	padding: 10px;
	}
td#footer {
	text-align: center;
	color: #6B757F;
	font-size: 11px;
	height: 103px;
	background: url(images/foot_bg.gif) no-repeat left top;
	padding-top: 10px;
	}
td#footer a {
	color: #BBBEC2;
	text-decoration: none;
	}
td#footer a:hover {
	text-decoration: underline;
	}
.form4 input {
	width: 191px;
	height: 20px;
	color: #BBBEC1;
	padding: 2px 0 0 5px;
	border: 1px #1B2C3F solid ;
	background-color: #313942;
	}
.form4 textarea {
	width: 191px;
	height: 158px;
	color: #BBBEC1;
	overflow: auto;
	padding: 2px 0 0 5px;
	border: 1px #1B2C3F solid;
	background-color: #313942
 }