/* Global Style Sheet

blue: #03c;

03c 100%
79e 50%

b2c1f0 30%

e5eafa 10%

f2f5fc 5%
f5f7fd 4%
f7f9fd 3%
fafbfe 2%

*/

.hide {
	display: none;
}

body {
	background: #ccc url(black.gif) repeat;
	font-family: "century gothic", "lucida sans unicode", verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	color: #333;
	text-align: justify;
}

a {
	color: #03c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

div#title {
	width: 840px;
	margin: auto auto;
	margin-top: 5%;
}

.title {
	color: #fff;
}

.title:hover {
	text-decoration: none;
}

h1 {
	font-size: 20pt;
}

h2 {
	color: #03c;
	font-size: 14pt;
	margin-top: 6px;
}

#main {
	width: 800px;
	height: 450px;
	margin: 0 auto;
	padding: 0 20px;
	background: #eee url(suit.jpg) bottom left no-repeat;
	border: #333 1px solid;
}

#inner {
	padding: 15px 10px 0 150px;
}

.subtitle {
	font-size: 8pt;
	text-transform: uppercase;
}

#menu ul {
	margin-left: 0px;
	padding-left: 0px;
	border-bottom: #03c 1px solid;
}

#menu li {
	display: inline;
	list-style: none;
	padding-right: 25px;
	font-size: 11pt;
	text-transform: uppercase;
}

#sel {
	color: #333;
}

#menu li a:hover {
	border-top: #03c 1px solid;
	color: #333;
	text-decoration: none;
}

#content {
	height: 360px;
	overflow: auto;
	padding-right: 20px;
}

*:first-child+html #content {
	height: 350px;
}

input, textarea {
	width: 259px;
	font-family: "century gothic", "lucida sans unicode", verdana, tahoma, arial, sans-serif;
	font-size: 100%;
	border: #03c 1px solid;
	border-bottom: #79e 1px solid;
	border-right: #79e 1px solid;
	background: #f7f9fd;
}

.submit {
	width: 100px;
	color: #03c;
	border-color: #03c;
	border-top: #79e 1px solid;
	border-left: #79e 1px solid;
}

.submit:active {
	border-color: #03c;
	border-bottom: #79e 1px solid;
	border-right: #79e 1px solid;
}

table {
	margin-left: -3px;
}

td {
	vertical-align: top;
}

hr {
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	border: 0;
}

.as {
	text-align: center;
	margin-top: 10px;
	font-size: 0.8em;
	color: #999;
}

.as a {
	color: #999;
}