/*********************************************************************************************************************/
/* General*/
/*********************************************************************************************************************/
body{
	background-color: White;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: justify;
	font-family: Verdana;
	font-size: 14px;
	color: #696969;
}

P{
	text-align: justify;

}
.siteColor{
color:#FF8C00
}
/*******************************************/
/* H */
/*******************************************/
H1{
	padding:10px;
	padding-left: 10px;
	padding-right: 10px;

	margin:0px;
	margin-bottom:5px;
	margin-top:5px;

	color: White;
	font-size: 150%;
	font-style: italic;
	background-image: url(images/design/h1.gif);
	background-position: Bottom;
	background-repeat: repeat-x;
	background-color:#999999;
	
	text-align: center;
}
H2{
	padding:3px;
	padding-left:10px;
	background-color: #F5F5F5;
	border-top: 1px solid Silver;
	border-bottom: 1px solid Gray;
	color: #696969;
	font-size:160%;
	font-weight: normal;
}
H3{
	padding: 3px;
	padding-left: 0px;
	/*
	background-color: #FFFFF0;
	border-top: 1px solid #F4A460;
	border-bottom: 1px solid #F4A460;
	*/
	color: #FF8C00;
	font-size: 130%;
}
h4{
	color: #FF8C00;
	font-size: 110%;	
	font-style: italic;
}
/*******************************************/
/* Tags */
/*******************************************/

blockquote{
	font-style: italic;
}

table{
font-size:100%;
}

li{
	padding-bottom: 10px;
	text-align: justify; 
}




/************************************************/
/* Form Elements */
/************************************************/
input{
	border: 1px solid Navy;
	background: #6699FF;
	color: white;
}
.clearinput{
	border: 0px;
	background: transparent;
	color: Navy;
}

.Edit{
	background: #F0F8FF;
	padding: 2px;

	border-top: 2px solid Gray;
	border-left: 2px solid Gray;
	border-bottom: 2px solid Silver;
	border-right: 2px solid Silver;

	border:1px solid Gray;	

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;

	color: Blue;
	
}
textarea{
	background: #F0F8FF;
	padding: 5px;
	border-top: 1px solid Gray;
	border-left: 1px solid Gray;
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: Blue;
}

/* En of Form elements*/
/************************************************/


/* End of General Styles*/
/*********************************************************************************************************************/

