body {
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}

body, td, .main {
	color: #191919; 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-size: 12px;
}

a[href] {
	color: -moz-hyperlinktext !important;		/* 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: #007F90 !important; text-decoration: none;}
a:visited 	{color: #007F90 !important; text-decoration: none;}
a:hover 	{color: #666666 !important; text-decoration: underline;}
a:active 	{color: #666666 !important; text-decoration: underline;}


h1{font-size: 16px; color: #2a7f65; line-height:18px; padding:0 0 10px 0; margin:0; font-weight: bold; font-style: italic;}
h2{font-size: 14px; color: #000000; line-height:16px; padding:0; margin:0; font-weight: bold;}
h3{font-size: 12px; color: #2a7f65; line-height:14px; padding:0; margin:0; font-weight:bold; font-style:italic;}
h4{font-size: 12px; color: #2a7f65; line-height:14px; padding:0; margin:0; font-weight:normal;}
.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;
}

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;}

.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}

