body
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.3;	
	margin: 0px 10px 10px 10px;
	padding: 0px;
	background: #a39c9e url(Images/body.gif) repeat-x;
}

p
{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

h1
{
	padding: 0px 0px 5px 0px;
	font-size: 23px;
	color: #e02d39;
	text-transform: none;
}

h2
{
	padding: 0px 0px 5px 0px;
	font-size: 23px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
}

h4
{
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	color: #333333;
	text-transform: none;
}

hr
{
	height: 1px;
	color: #bec2c6;
	width: 100%;
	text-align: center;
	border: 0;
	background-color: #bec2c6;
	margin: 3px 0px 0px 0px;
}

/* Links and buttons */
a:link, a:visited
{
	color: #df1926;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.button, a.button, a.button:visited
{
	color: #ffffff;
	font-family: Arial,sans-serif;
	background-image: url(Images/button.gif);
	background-position: top left;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	border: 1px solid #bec2c6;
	height: 20px;
	text-transform: uppercase;
	font-size: 9px;
}
/* Links and buttons end */


/* Lists */
ul {
	line-height: 1.2;
	margin: 2px 2px 2px 15px;
}

ul ul
{
	list-style-type: disc;
	line-height: 1.2;
	margin-top: 5px;
}

ul ul ul
{
	list-style-type: none;
}
/* Lists end */

/* Input */
.datatextbox
{
	margin: 3px;
}

/* Tables */
tr.THeader td
{
	border-color: #800000;
	background-color: #CCCCCC;
	font-weight: bold;
	border-bottom-style: solid;
}

tr.d0 td
{
	color: black;
}
tr.d1 td
{
	background-color: #FFFFFF;
	color: black;
}

table.brdcol
{
	border-collapse:collapse;
}
