﻿form 
{
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 0.9em;
	background-color: #000000;
}

#news
{
	left: -1000px;
	position: absolute;
	top: -1000px;
}

#defaultLayoutMenu
{
	margin: 0px auto 0px auto;
	min-width: 900px;
	padding: 0;
	background-color: #000000;
	width: 900px;
}

#defaultLayout
{
	margin: 0px auto 0px auto;
	min-width: 900px;
	padding: 0;
	background-color: #000000;
	width: 900px;
}

#defaultLayout1
{
	margin: 0px auto 0px auto;
	min-width: 900px;
	padding: 0;
	background-color: #000000;
	width: 900px;
}

#mainLayout
{
	margin: 0px auto 0px auto;
	min-width: 900px;
	padding: 0;
	background-color: #000000;
	width: 900px;
}

a
{
	color: #95292a;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	color: #cc3366;
	text-decoration: none;
}

p
{
	font-weight: normal;
	margin: 1em 5px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 1.0em;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

p img
{
	float: left;
	margin: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.clearfloats
{
	clear: both;
}


h1, h2, h3, h4, h5
{
	color: #696969;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	background-color: Transparent !important;
}

h1
{
	font-size: 200%;
	font-weight: normal;
	margin-top: 1em;
	line-height: 110%;
}

h2
{
	font-size: 180%;
	font-weight: normal;
	margin-top: 1em;
	line-height: 110%;
}

h3
{
	font-size: 160%;
	font-weight: normal;
	margin-top: 1em;
	line-height: 110%;
}

h3 a
{
	color: #696969;
	text-decoration: none;
	font-weight: normal;
}

h3 a:hover
{
	color: #d6e2a4;
	text-decoration: none;
}

h4
{
	font-size: 100%;
	font-weight: bold;
	margin-top: 1em;
	line-height: 110%;
}

h5
{
	font-size: 100%;
	font-weight: normal;
	margin-top: 1em;
	color: #303030;
}

h5 img
{
	float: left;
	margin: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

ol
{
	margin-top: 1em;
}
ul
{
	margin-top: 1em;
}

ul a
{
	margin-top: 1em;
	font-size: inherit;
}

li
{
	list-style-position: outside;
	list-style-type: circle;
	margin: 0px 0px 0px 5px;
}

.small
{
	font-size: 0.6em;
}
.large
{
	font-size: 1.4em;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

/*** Footer ***/
#footer, #copyright
{
	background: #383131;
	clear: both;
	color: #d0d0d0;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

#footer a 
{
	color:#d0d0d0;
	font-weight:bold;
}

#footer a:hover 
{
	color:#FFFFFF;
	font-weight:bold;
}

td.hdr
{
	background-image: url(/Assets/Images/tablehdr.jpg);
	height: 16px;
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}

td.standard
{
	background-color: #ffffff;
	padding-left: 5px;
}

table.standard
{
	background-color: gray;
	width: 100%;
}