button
{
	background-image: url(imgs/ButtonBack.png); 	
	background-repeat: repeat-x; 
	border:1px solid #0a51a1;
	height:22px;
	padding-left:5px;
	padding-right:5px;
}

.buttonClass
{
	background-image: url(imgs/ButtonBack.png); 	
	background-repeat: repeat-x; 
	border:1px solid #0a51a1;
	height:22px;
	padding-left:5px;
	padding-right:5px;
}

hr
{
	border:1px dashed #cccccc;
}

html
{
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
}

body 
{
	color:#000000; 
	/*font-family:helvetica,arial,clean,sans-serif;*/
	font-size:11pt;
	font-weight: lighter 200%;
	padding:0;
	margin:0;
	border:0;
	line-height:1.22em;
	background-color: #ffffff;
	
	/*background-color:#000000;
	background-image:url(imgs/BodyBack.jpg); 
	background-repeat: repeat-x; 
	background-position:bottom; */
}

input,textarea,select,button, option
{
	color:#595e4c; 
	/*font-family:helvetica,arial,clean,sans-serif;*/
	font-size:10pt;
	font-weight: lighter 200%;
}

select 
{
	margin: 0px; padding: 0px; border: groove 4px
	navy; width: auto; height: auto;
} 

.borderStyle
{
	border:1px solid #cccccc;
}

p,ul,li
{
	line-height:16pt;
	font-size:11pt;
	font-weight:200;
}

h1
{
	color:#000000;
	font-size:22pt;
	font-weight:100;
	font: 22pt lighter 200%;	 
}

h4
{
	font-size:12pt;
	margin-bottom:5px;
	margin-top:0px;
}

h3
{
	font:13pt;  
	font-weight: lighter 200;
}

A:link,A:visited,A:hover
{
	color:#b30707;
	text-decoration: none;
	border-bottom:dashed 1px #555555;
}
A:link,A:visited
{
}
A:hover
{
	color:#770303;
}