/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color:#01114D;
	background-image:url(images/layout/bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
}
a:link {
	text-decoration: none;
	font-weight:bold;
	color:#0066FF;
	font-size:10px;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#0066FF;
	font-size:10px;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#000000;
	font-size:10px;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color:#0066FF;
	font-size:10px;
}
a {
	outline: none;
}

img
{
	border: 0px;
	border-width: 0px;
}

select,textarea,input[type="text"],input[type="password"]
{
	margin: 0;
	background: #FFF;
	border: 1px solid #CCC;
	color: #000;
	font-weight:bold;
	width:300px;
}
select,input[type="text"],input[type="password"]
{
	height: 30px;
}
select:hover,textarea:hover,input[type="text"]:hover,input[type="password"]:hover
{
	border: 1px solid #808080;
}
select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus
{
	border: 1px solid #808080;
}