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

body
{
	font-family: Arial, Helvetica, sans-serif;
}

.table-top
{
	border:solid;
	border-bottom:none;
	border-color:#2193f3;
	background-color:#fff;
}

.table-menu
{
	height:40px;
	background-image:url(images/menu_bg.png);
}

.table-bottom
{
	border:solid;
	border-top:none;
	border-bottom:none;
	border-color:#2193f3;
	background-color:#fff;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.obox
{
	color:#FFF;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.obox a:link
{
	color:#FFF;
	text-decoration:none;
}

.obox a:hover
{
	color:#FFF;
	text-decoration:none;
}

.obox a:visited
{
	color:#FFF;
	text-decoration:none;
}
	
h1
{
	font: Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:27px;
	color:#008cff;
}

h2
{
	font: Arial, Helvetica, sans-serif;
	color:#474747;
	font-weight:400;
}

h3
{
	font: Arial, Helvetica, sans-serif;
	color:#666;
}

.h3 a:link
{
	text-decoration:none;
	color:#666;
}

h3 a:visited
{
    color:#666; text-decoration:none;
}

h3 a:active
{
    color:#666; text-decoration:none; 
}

.h3 a:hover
{
	text-decoration:underline;
	color:#666;
}

li
{
	margin-top:5px;
	font: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#232323;
	line-height:17px;
}

.footer
{
	border-top:solid;
	border-top-color:#999;
	background-image:url(images/bg-footer.png);
	background-repeat:repeat y;
}
 
a:link
{
    color:#2193f3; text-decoration:none;
}

a:visited
{
    color:#2193f3; text-decoration:none;
}

a:active
{
    color:#2193f3; text-decoration:none; 
}


a:hover
{
	color:#2193f3; text-decoration:underline;
}

.subtitle
{padding-left:10px;
}

.subtitle a:link
{
	color:#FFF;
	text-decoration:none;
}

.subtitle a:visited
{2193f3
    color:#FFF; text-decoration:none;
}

.subtitle a:active
{
    color:#FFF; text-decoration:none; 
}


.subtitle a:hover
{
	color:#FFF; text-decoration:underline;
}

#command
{
	width:800px;
	background:#edf5fa;
	border-left-width:4px;
	border-left:solid;
	border-color:#999;
	margin-left:20px;
	margin-top:15px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
    line-height:23px;
	color:#656565;
}
