
body {
	background: #FFFFFF;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align: left;
}

a img { border: none; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; margin: 15px 0 0 0;  color: #005A96; text-align: center; }
h2 { font-size: 1.5em; margin: 0; padding: 0; color: #0095D4; text-align: left; }
h3 { font-size: 1.25em; margin: 0; padding: 0; color: #D4622E; text-align: left;}
h4, h5 { font-size: 1.25em; margin: 0; padding: 0; color: #D4622E; text-align: right;}
h6 { font-size: 1.1em; margin: 0; color: #0085C6; text-align: center;}



/* Text elements
-------------------------------------------------------------- */

p		{ margin: 7px 0 ; text-align: left; }
ul      { margin: 0 0 0 20px; padding: 0; text-indent: -20px; text-align: left; list-style-position: inside; list-style-image: url(../images/tick.gif); }


/* Some default classes
-------------------------------------------------------------- */

.right			{ text-align: right; font-weight: bold; font-size: 14px; }
.label, .captcha { font-size: 12px; width: 80px; float: left; display: inline; }
.item		 	{ margin: 0; padding: 0; clear: both; }
.item_submit 	{ margin: 7px; 0; text-align: center; }
.small			{ font-size: 11px; }
.border			{ border-top: #C4BFBC 1px solid; }
.top			{ margin-top: 15px; }





/** FORM STYLES                                                 **/

INPUT.Cat_TextBox {
	FONT-WEIGHT: normal;
	COLOR: #4C4C4C;
	BACKGROUND-COLOR: #ffffff !IMPORTANT;
	WIDTH: 155px;
	border: 1px solid #C4BFBC;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	float: left; display: inline;
}

INPUT.Cat_TextBox_Sm {
	FONT-WEIGHT: normal;
	COLOR: #4C4C4C;
	BACKGROUND-COLOR: #ffffff !IMPORTANT;
	WIDTH: 78px;
	border: 1px solid #C4BFBC;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	float: left; display: inline;
}

INPUT.Cat_TextBox_Smllr {
	FONT-WEIGHT: normal;
	COLOR: #4C4C4C;
	BACKGROUND-COLOR: #ffffff !IMPORTANT;
	WIDTH: 55px;
	border: 1px solid #C4BFBC;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	float: left; display: inline;
}

SELECT.Cat_DropDown { 
  FONT: 12px Arial, Helvetica, Verdana, sans-serif;
  FONT-WEIGHT: normal; 
  COLOR: #4C4C4C; 
  BACKGROUND-COLOR: #ffffff !IMPORTANT;
  border: 1px solid #C4BFBC; 
  WIDTH: 158px; 
}


SELECT.Cat_DropDown_Date { 
  FONT: 12px Arial, Helvetica, Verdana, sans-serif;
  FONT-WEIGHT: normal; 
  COLOR: #4C4C4C; 
  BACKGROUND-COLOR: #ffffff !IMPORTANT;
  border: 1px solid #C4BFBC; 
  WIDTH: 60px; 
}

TEXTAREA.Cat_ListBox {
	FONT-WEIGHT: normal;
	COLOR: #4C4C4C;
	BACKGROUND-COLOR: #ffffff !IMPORTANT;
	WIDTH: 155px;
	HEIGHT: 40px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #C4BFBC;
	float: left; display: inline;
}


/* Button Classes */

.submit_button {
	width:105px;
	height:30px;
	background: url(../images/but-submit.gif) no-repeat;
	outline: none; border: none;
	margin: 10px 0;
	cursor: hand;
	text-align: center;
}

.submit_button:hover {
	background: url(../images/but-submit_d.gif) no-repeat;

}

 /* @group Links */

a:link, a:visited {
	color: #005A96;
	text-decoration: none;	
}

a:hover, a:active {
	color: #F1A52A;
	text-decoration: underline;
}

.HeadLine {
font-family: Arial, Helvetica, sans-serif;
FONT-WEIGHT: normal;
font-size: 1.3em; margin: 0; padding: 0; color: #D4622E; text-align: left;
}
