body {
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}

body, td, .main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}


a[href] {
	color: -moz-hyperlinktext;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}

		
a:link		{color: #D0232A ; text-decoration: underline;}
a:visited 	{color: #D0232A ; text-decoration: underline;}
a:hover 	{color: #000000 ; text-decoration: none;}
a:active 	{color: #000000 ; text-decoration: none;}


h1{font-size: 16px; font-weight: bold; color: #006530}
h2{font-size: 14px; font-weight: bold; color: #006530;}
h3{font-size: 12px; font-style: italic; font-weight: bold;}
h4{font-size: 12px; font-style: normal; font-weight: bold;}

p {margin-top: 0px;margin-bottom: 10px;}
ul,ol {margin-top: 10px;margin-bottom: 10px; line-height:18px;}
hr {border: 1px #333333; width: 100%; height : 1px; background: #999999;}


.small{ font-size: 9px;}
.hilite {background-color:#FFFF00}
.hilite2 {
	padding: 5px;
	width:70%;
	margin:0 auto;
	border: #333333 1px solid;
	color: #333333;
	background-color: #EEEEEE;
	font-family: 'Courier New' , Monospace;
}
.hilite3 {
	padding: 5px;
	width:70%;
	margin:0 auto;
	border: #990000 1px solid;
	color: #333333;
	background-color: #FFB4A9;
	font-family: 'Courier New' , Monospace;
}

.Bold
{
	font-weight: bold;
}

.inputText	 	{border : 1px solid #999999; font-size : 9px; width : 122px; background : #EEEEEE}
.inputCheck  	{border : 0px solid #999999; font-size : 11px; width : auto; background : #FFFFFF}
.inputTextSmall {border : 1px solid #999999; font-size : 9px; width : 30px; background : #EEEEEE}
.inputTextarea 	{border : 1px solid #999999; font-size : 9px; width : 250px; height : 120px; background : #EEEEEE}
.inputSubmit 	{border : 1px solid #999999; font-size : 9px; width : 122px; background : #CCCCCC}
.inputSearch	{border : 1px groove #6699CC; font-size : 10px; width : 122px; height:21px; background : #FFFFFF; padding-top : 3px;}
.inputSelect 	{border : 1px solid #999999; font-size : 9px; width : 122px; background : #EEEEEE}
