body
{
	margin: 0px;
	color:#bbb;
	padding:10px 0 20px 0;
    font-family: "Segoe UI", sans-serif;
	font-size:12px;
	background-color:#222;
}

.nav {
    margin:15px 0;
    padding:0 10px;
    background-color:#444444;
    height: 30px;
    line-height: 27px;
    font-size: 110%;
}

.nav a {
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #ECF5FE;
}
.Accent
{
	margin:0 3px 0 5px;
}
a {color:#ccc;text-decoration: underline}

h1 {
	FONT-SIZE: 18px; margin:0 0 10px 0;
}
h2 {
	FONT-SIZE: 16px; margin:0 0 10px 0;
}
img
{
	border:0;
}
td
{
 vertical-align:top;	
}

.TitleArea
{
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	height:50px;
}

.Title
{
	height: 40px;
	padding: 0px 0px 0px 10px;
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	padding-top: 0px;
	font-weight: bolder;
	margin:2px 0 4px 0;
}

.Title A:LINK
{
	text-decoration: none;
}

.Title A:VISITED
{
	text-decoration: none;
}

.Title A:ACTIVE
{
	text-decoration: none;
}

.TitleDescription
{
	position: relative;
	font-family: verdana, Arial, Helvetica;
	top: -10px;
	padding: 0px 0px 0px 12px;
	color: #ccc;
	font-size: 11px;
	margin: 0px;	
	margin-bottom: -14px;
}
.TitleDescription A:LINK
{
	color: #000000;
	text-decoration: none;
}

.TitleDescription A:VISITED
{
	color: #000000;
	text-decoration: none;
}

.TitleDescription A:ACTIVE
{
	color: #000000;
	text-decoration: none;
}
#Common
{	
	width:780px;
	margin:0 auto;
	text-align:left;
	background-color: #303030;
	padding:5px 20px 10px 20px;
	border:solid 1px #444;
}
#CommonHeader
{
	width: 100%;
	overflow: hidden;
	background-color:#303030;
}
#CommonFooter
{
	margin-top:40px;
	border-top:solid 1px #444;
	padding: 40px 0 20px 0;
	text-align:center;
	font-family: "Segoe UI", sans-serif;
	font-size:12px;
}
#CommonBody
{
	width: 100%;
	padding-bottom:40px;
	background-color:#303030;
}
.box{
	margin-bottom:10px;
	padding:12px;
	background-color:#111;
	color:#fff;
}
.example
{	
    font-size: 110%;
    font-family: "Segoe UI", sans-serif;
}
table.Grid
{
	border-width: 5px;
	border-style: none;
	background-color: #303030;
	border-color: #222;
}

table.Grid TD, table.Grid TH
{
	padding: 5px 6px 5px 6px;
	border: solid 1px #222;
	vertical-align: top;
}

table.Grid TH
{
	background-color: #2a2a2a;
	font-weight: normal;
	text-align:left;
}