/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
    margin: 0px;
	background-image:url(../images/main_bg.jpg);
}

.whitetext{
	color 			: #FFFFFF;
}

body, td, p, div{
font-family			:Arial, Helvetica, sans-serif;
font-size			:11px;
color				:#422208;
}

input, textarea, select {
	font-size 			: 11px;
	color 				: #000000;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: normal;
	border-width		: 1px;
	border-color		: #D5D0BF;
	border-style		: solid;
	background-color	: #FFFFFF;
}

.hometext
{
	font-family			: Arial, Helvetica, sans-serif;
	text-indent			: 20px;
	background-image	: url(../images/bull_icon.gif);
	background-repeat	: no-repeat;
	background-position	: left;
}

.pageheader{
font-size		:13px;
color			:#973D68;
padding-left	:20px;
font-weight		:bold;
}

.successMsg
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #F29400;
}

.errorMsg
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #FF0000;
}

.mandatory
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: normal;
	color			: #FF0000;
}

.mandatoryMark
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 13px;
	font-weight		: bold;
	color			: #FF3300;
}

a 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #472D17;
	text-decoration: none;
}
a:link   	{ text-decoration: none; 	color: #472D17; }
a:visited 	{ text-decoration: none; 	color: #472D17; }
a:hover 	{ text-decoration: underline;	color: #472D17; }

.morelink {
	color				: #472D17;
	text-decoration		: underline;
	font-weight			: normal;
}
a.morelink:link   		{ text-decoration: underline; 	color: #472D17; }
a.morelink:visited 		{ text-decoration: underline; 	color: #472D17; }
a.morelink:hover 		{ text-decoration: none;		color: #472D17; }

.homelink {
	color: #FFFFFF;
	text-decoration:  none;
	font-weight:bold;
	text-transform: uppercase;
}
a.homelink:link   	{ text-decoration: none; 	color: #FFFFFF; }
a.homelink:visited 	{ text-decoration: none; 	color: #FFFFFF; }
a.homelink:hover 	{ text-decoration: underline;	color: #E3C6A6; }

.thispage
{
	font-style: normal;
	font-weight: bold;
	color: #FDB913;
	text-transform: uppercase;
	text-decoration: none;
}

.copyright{
	color			: #FFFFFF;
	text-decoration	: none;
}
a.copyright			{ text-decoration: none; 	color: #FFFFFF; }
a.copyright:link   	{ text-decoration: none; 	color: #FFFFFF; }
a.copyright:hover 	{ text-decoration: underline;	color: #FFFFFF; }


hr {
	color	: #339900;
	height	: 1px;
}

.Pagination
{
	font-size 			: 8pt;
	color 				: #444444;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-weight			: normal;
	background-color	: #E2F2FF;
}

.pageLink, td.pageLink
{
	font-size 		: 8pt;
	color 			: #444444;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.pageLink:link   	{ text-decoration : none; 		color : #444444; }
a.pageLink:visited 	{ text-decoration : none; 		color : #444444; }
a.pageLink:hover	{ text-decoration : underline;	color : #444444; }

.activePage
{
	font-size 		: 8pt;
	color 			: #FF0000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

