* 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 { font-size:12px; color:white; background-color:transparent; }
h2 { font-size:12pt; color:#080E48; background-color:transparent; }
h3 { color:#080E48; background-color:transparent; }
h4 { color:#0000FF; background-color:transparent; }
h5 { color:#333333; background-color:transparent; }

#header
{
	height: 110px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
}

#logo
{
	width: 185px; 
	margin-top: 65px; 
	margin-left: 5px;
}

.headed
{
	float:left;
	color:#193177;
	/*color:#FFFFFF;*/
}

#menu 
{
	background-image: url(../img/bgmenu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 40px;
	list-style-type: none;
	background-color: #e1e3f5;
	margin-bottom: 10px;
	padding-bottom: 7px;
	width: 200px;
}
#menu li 
{
	text-align: left;
	width: 200px;
}
#menu a 
{
	text-align:left;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 2px;
	margin-left: 15px;
}
#menu a:hover 
{
	color: red;
}

#path
{
	width:620px;
	border:thin #000000;
	background-color:#e1e3f5;	
	color: black;
	font-weight:bold; 
	/*margin-top:10px;*/
	margin-bottom:10px;
}

#submenu 
{
	/*text-align:center;*/
	list-style-type:none;
	display:inline;
	background-color:#e1e3f5;
}
#submenu li 
{
	text-align:left;
	list-style-type:none;
	display:inline;
}
#submenu a 
{
	color: #333333;
	font-weight:bold;
	text-decoration: none;
	display: inline;
	width:auto;
	padding: 2px;
	/*margin-left:15px;*/
}
#submenu a:visited 
{
	color: red;
}
#submenu a:hover 
{
	color: red;
}

#main
{
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-top: 5px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	background-position: bottom;
	list-style-type: disc;
}

#footer 
{
	padding-top:10px;
	vertical-align:middle;
	text-align:center;
	height: 35px;
	color:#193177;
	background-color: transparent;
	text-align: center;
	font-size: 0.8em;
	Width:900px;
	margin:auto;
	font-weight: bold;
}

#copyright 
{
	color:#0000FF;
	font-family:Arial, Helvetica, sans-serif;
	width: 900px;
	margin-right: auto;
	margin-top:5px;
	margin-left: auto;
	padding:4px;
	text-align:left;
}

#copyright a
{
	font-weight: bold;
}

.faq 
{ 
	margin-top:10px; 
	padding:9px; 
	line-height:125%; color: #303030;
	margin-bottom:0px;
	background:#e1e3f5;
	margin-right:5px;
	border:1px groove #080E48;
	z-index:2;
}

#devices th
{
	/*font-weight: bold;*/
	background-color: #193177;
	color: #FFFFFF;
	padding: 5px;
}

