﻿
/*This style sheet is for html tag formatting */
html, body
{
	height: 100%;
}
html, body, form
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 10pt;
	background-color: #E9EADC;	
	color: #663300;

	
}

body.popup, body.print_body
{
	background-color: #ffffff;
	background-image:none;
	padding: 5px 5px 5px 5px;
}

body.popup td , body.popup th 
{
	padding-left:2px;
	padding-right:2px;
}



p
{
	margin-bottom:10px;
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}


th
{
	font-weight: bold;
}

h1
{
	font-size: 15pt;
	font-weight: bold;
 	font-family: 'Times New Roman' , Times, serif;
}
h2
{
	font-family: 'Times New Roman' , Times, serif;
	font-size:14pt;
	font-weight:bold;
}
h3
{
	font-family: 'Times New Roman' , Times, serif;
	font-size:100%;
	font-weight:bold;
}

a:link, a:visited
{
	color: #756c3b;
	text-decoration:none;
}
a:hover, a:active
{
	text-decoration:underline;
}



ol
{
	margin:  5px 0 5px 25px;
	padding: 0 0 0 0;
	list-style-type: decimal;
}

hr
{
	color: #005128; 
	background-color: #005128; 
	width: 98%;
	margin-top:10px;
	margin-bottom:10px;
}

input[type="text"], input[type="password"]
{
	padding-left:1px;
	padding-right:1px;
}

input[type="text"], textarea, input[type="password"]
{
	border:solid 1px #7F9DB9;
}


input[type="checkbox"]
{
	margin-right:2px;
}

fieldset
{
	border:solid 1px #ccc;
	padding:5px;
}
legend
{
	font-weight:bold;
}

