/*********************************************************************************************************************/
/* General*/
/*********************************************************************************************************************/
body{
	margin:0; padding:0;
	color: #333333;#666667;
	font-family:Arial;
	font-size:14px;
	line-height:1.4;
    background: url(images/design/top-new-back.gif) repeat-x left top;
	
}
P{
	text-align: left;
	line-height:1.4;
}
.siteColor{
color:#ac7545;
}
/*******************************************/
/* H */
/*******************************************/
H1{
	color:#009933;
	text-align:left;
	padding-left:0;
	margin-left:0;
	font-size:125%;
	margin-bottom:10px;
}
H2{
	color:#009933;
	text-align:left;
	padding-left:0;
	margin-left:0;
	font-size:110%;
	margin-bottom:10px;

}
H3{
	color:#009933;
	text-align:left;
	padding-left:0;
	margin-left:0;
	font-size:100%;
	margin-bottom:10px;
}
h4{
	color:#009933;
	text-align:left;
	padding-left:0;
	margin-left:0;
	font-size:100%;
	margin-bottom:10px;
}
b, strong {color:#009933;}


/*******************************************/
/* Tags */
/*******************************************/

li{
	padding-bottom: 10px;
	text-align: left; 
}

blockquote{
	font-style: italic;
}

table{
font-size:100%;
line-height:1.4;
}


/* End of General Styles*/
/*********************************************************************************************************************/

/************************************************/
/* 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*/
/************************************************/


