/*********************************************************************************************************************/
/* General*/
/*********************************************************************************************************************/
body{
	background-color: White;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: justify;
	font-family: Arial,Georgia,Verdana;
	font-size: 16px;
	color: #111111;
}
* {line-height:1.4;}
strong, b {color:#002288;}
P{
	text-align: justify;
}

.siteColor{
color: #0033CC;
}
/*******************************************/
/* H */
/*******************************************/
H1{
	font-family: Arial;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;	
	border: 1px solid silver;
	color: #0033CC;
	font-size: 120%;
	font-style: italic;
	background-image: url(images/h_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align:center;
	clear:both;
	
}
H2{
	font-family: Arial;
	padding: 10px;
	padding-left: 0px;
	padding-right: 10px;	
	color: #0033CC;
	font-size: 120%;
	font-style: italic;
	text-align:left;
	border-bottom: 1px solid #0033CC;
	clear:both;
	
}
H3{
	padding: 3px;
	padding-left: 0px; 
	color: #4169E1;
	font-size: 120%;
	margin-bottom:10px;
}
h4{
	color: #FF8C00;
	font-size: 110%;	
	font-style: italic;
}
/*******************************************/
/* Tags */
/*******************************************/

li{
	padding-bottom: 10px;
	text-align: justify; 
}

blockquote{
	font-style: italic;
}

table{
font-size:100%;
}


/* End of General Styles*/
/*********************************************************************************************************************/

/************************************************/
/* Form Elements */
/************************************************/
input{
	border: 1px solid Navy;
	background: #6699FF;
	color: white;
	font-size: 100%;	
}
.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*/
/************************************************/



