/******************************************************************************
*
*	Tag Properties
*
******************************************************************************/

html
{
	width: 100%;
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url(../images/top_bg_bar.gif);
	background-repeat: repeat-x;
}

table 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	border-collapse: collapse;
}

thead
{
}

th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-collapse: collapse;
}

td
{
	margin: 0px;
	padding: 0px;
}

tfoot
{
}

a
{
	color: #000000; 
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

a:active
{
	color: #000000;
	text-decoration: underline;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

h1
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	color: #246983;
}

h2
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	color: #246983;
}

h3
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	color: #246983;
}

h4
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	color: #246983;
}

h5
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h6
{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 0px 0px 10px;
	padding: 0px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

small
{
	font-size: 8px;
}

br
{
}

form
{
	border: 0px;
	padding: 0px;
}

input
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 3px 0px 3px;
}

textarea
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 0px 3px 0px 3px;
}

select
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}

button
{
}

ol
{
	margin-right: 30px;
}

ul
{
}

li
{
}
