html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; -webkit-text-size-adjust: none; }
* { -webkit-text-size-adjust: none; }
/*---------------------------CSS RESET-----------------------------CSS RESET----*/
body {
	font-family: Arial, Helvetica, sans-serif;
}

#head {	
	color: #FFF;
	text-align: center;
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;	
}

#header,#footer {	
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
  border-bottom: 1px dotted #f9f9f9;
}
#header { height: 30px; }
#footer { height: 30px; }
#header a , #footer a{
	color: #FFF;
	text-decoration: none;
}
#header a:hover{
	color: #CC0000;
	text-decoration: none;
}

#header img {
	margin-top: 8px;
border: none;
}

#nav {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	margin: 0 auto;
	width: 90%;

}
#nav li {
	display: inline-block;
}

.nav-s {
	width: 5%; 
}

.nav-a { 
float: left;
}
.nav-c  {
float: right !important;
}

.sel {
color: #CC0000;
}

body {
background-color: #000000;
color: #FFF;
}

#content_wrap {
	}
#content {
	padding-top: 15px;
	margin: 0 auto;
	width: 90%;
}

a.title:link {
  color: #FFFFFF;
	text-decoration: none;
}
a.title:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.title:visited {
  color: #FFFFFF;
	text-decoration: none;
}

.button {
	background-color: #f9f9f9;
	height: 28px;
	line-height: 30px;
	margin-bottom: 9px;

	padding-left: 4px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}
.button a {
	color: #323232;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	width: 100%;
  text-decoration: none;
}

h2{ 
font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}

h1{ 
font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
}

#content
.text {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: 94AEC5;
}
.text11 {
	font-weight: bold;
	font-family: tahoma;
	text-decoration: underline;
	font-size: 10px;
	color: 4E4E4E;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

table td, table th
{
    vertical-align: top;
}