@charset "UTF-8";
/* CSS Document */

body {
	margin: 20px;
	padding: 0px;
	font-family: Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	letter-spacing: .1em;
	background-image: url(source/background.gif);
	background-repeat: repeat;
}

p {
	font-family: Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	letter-spacing: 0.1em;
}

ul ol {
	font-family: Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	letter-spacing: 0.1em;
}

li {
	font-size:12px;
	color:#999;
	padding-bottom: 8px;
	padding-right: 8px;
}

a {
	color:#065ab0;
	text-decoration:none;
}

a:hover {
	color:#7750ba;
	text-decoration:none;
}

h2 {
	font-size:14px;
	color:#00a9d2;
	font-weight:400;
}

h4 {
	font-size:13px;
	color:#00a9d2;
	font-weight:400;
}

.title {
	color:#00a9d2;
	font-size:12px;
}

.title2 {
	color:#065ab0;
}

.navigation {
	background-color:#333;
	border:1px solid #666;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#065ab0;
	text-align:center;
}

.navigation a {
	color:#065ab0;
	text-decoration:none;
}

.navigation a:hover {
	color:#85aed8;
	text-shadow:#666;
}

.headerl {
	background-color:#333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.headerr {
	background-color:#333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.headerc {
	background-color:#333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-family: Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#85aed8;
	letter-spacing: 0.1em;
}

.headerc a {
	color:#999;
	text-decoration:none;
}

.headerc a:hover {
	color:#065ab0;
	text-shadow:#666;
}

.content {
	background-color:#333;
	border:1px solid #666;
	padding: 20px;
}

.active {
	color:#7750ba;
	text-shadow:#666;
}

.footer {
	background-color:#333;
	border:1px solid #666;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	text-align:center;
}

.footer a {
	color:#999;
	text-decoration:none;
}

.footer a:hover {
	color:#7750ba;
	text-shadow:#666;
}

img.border {
	border: 1px solid #666;
	padding: 4px;
}

img.right {
	float:right;
}

