/* DEFAULT.CSS */

BODY	{
	font-family: arial;
	font-size: 8pt;
	background-color: #FDF1DB;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
P, TD, UL	{
	font-family: arial;
	font-size: 8pt;
	color: black;
	font-weight: bold;
	padding-left: 10px;
	}
.remark	{
	font-weight: normal;
	}
.header	{
	color: #AD7B31;
	}
H2	{
	font-family: arial;
	font-size: 9pt;
	color: black;
	font-weight: bold;
	padding-left: 10px;
	}
H3	{
	font-family: arial;
	font-size: 8pt;
	color: #AD7B31;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 2px;
	}
TD.clsTitle	{
	color: white;
	font-weight: bold;
	background-image: url('images/title.jpg'); 
	background-repeat: repeat-x;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 5px 5px 3px 5px;
	}
FORM.clsForm	{
	padding: 5px;
	}
TABLE.clsFormBorder	{
	background-color: #CCCCCC;
	margin: 0px;
	border: 1px solid black;
	}
TD.clsFormHeader	{
	color: white;
	font-weight: bold;
	background-image: url('../images/menu_title.jpg'); 
	background-repeat: repeat-x;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 0px 5px 0px 5px;
	}
TABLE.clsFormTable TD	{
	font-weight: normal;
	padding: 1px 5px 1px 5px;
	}
TABLE.clsFormTable TD.clsFormLabel	{
	font-weight: bold;
	}
TABLE.clsFormTable TD.clsFormButton	{
	padding-top: 10px;
	}
UL	{
	list-style-image: url('../images/bullit_1.gif');
	margin-left: 20px;
	}
UL.clsList1	{
	list-style-image: url('../images/bullit_2.gif');
	margin-left: 10px;
	}
A:hover	{
	color: #996633;
	}
A	{
	color: #396B84;
	text-decoration: none;
	}
INPUT	{
	font-family: arial;
	font-size: 8pt;
	color: black;
	margin: 0px;
	}
SELECT	{
	font-family: arial;
	font-size: 8pt;
	color: black;
	margin: 0px;
	}
TABLE.clsNav	{
	position: absolute;
	bottom: 10px;
}
.clsImageButton	{
	cursor: hand;
	border: 0px;
	margin: 2px 20px 2px 20px;
	}
.clsDisabledButton	{
	border: 0px;
	margin: 2px 20px 2px 20px;
	filter: gray;
	}
.clsHoverButton	{
	cursor: hand;
	border: 0px;
	margin: 2px 20px 2px 20px;
	filter: alpha(opacity=80);
	}	
	
