body {
	background-color: #636363;
	color: #656565;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	position: relative;
}

.wrapper {
	width: 900px;
	margin: 0pt auto;
	margin-top: 10px;
	position: relative;
}

.header {
	margin-left: 15px;
}

.header .nav ul {
	padding: 0pt;
	margin: 0pt;
	list-style-type: none;
	list-style-position: inside;
}

.header .nav ul li {
	display: inline;
	margin-right: 20px;
}

.header .nav ul li a {
	text-transform: uppercase;
	color: #636363;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.header .nav ul li a:hover {
	border-top: 2px solid #0a5548;
	color: #961a1d;
}

a {
	text-transform: none;
	color: inherit;
}

img { border: none; }

.body {
	background-color: #fff;
	border: 1px solid #000;
	padding: 15px;
	position: relative;
}

.content {
	position: relative;
	padding-left: 15px;
}

.clear { clear: both; }

.fl_r { float: right; }
.fl_l { float: left; }

img {
	border: none;
}

.footer {
	text-align: right;
	margin-top: 5px;
	color: #a1a1a1;
	font-size: 11px;
}

ul.app_list {
	padding: 0pt;
	margin: 0pt;
	margin-top: 50px;
	list-style-type: none;
	list-style-position: outside;
}

ul.app_list li:hover, ul.app_list li.active {
	background-color: #961a1d;
}

ul.app_list li{
	width: 150px;
	background-color: #656565;
	line-height: 32px;
	margin-bottom: 5px;
	color: #fff;
	padding-left: 20px;
}

.f_white {
	color: #fff;
}

.f_green {
	color: #0a5548;
}

.f_red {
	color: #961a1d;
}

.f_grey {
	color: #656565;
}

.b_green {
	background-color: #0a5548;
}

.b_light {
	background-color: #efefef;
}

.b_dark {
	background-color: #636363;
}

.hidden {
	display: none;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	color: #656565;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #0a5548;
}

.button {
	cursor: pointer;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 { 
	font-size: 14px;
	font-weight: normal;
}

h5 { 
	font-size: 12px; 
	font-weight: normal;
}

p {
	margin: 0pt;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

.bold { font-weight: bold; }
.normal { font-weight: normal; }

img.border {
	border: 1px solid #636363;
}

input.button {
	background-color: #0a5548;
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
}

ul.screenshot {
	list-style-type: none;
	list-style-position: outside;
}