body
{
	font-size: 70%;
	text-align: left;
	letter-spacing:0px;
	font-family:Verdana,Arial,Helvetica,serif;
	color:#009;
}
h1{
	margin:8px 0; 
	color:#ff0000;
	font-size:105%; 
    text-transform:uppercase;
    font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
    border-bottom:3px double #ff0000;
    padding:4px;
}
h2{
	margin:8px 0; 
	color:#a01;
	font-size:100%;
	text-align:center;
	letter-spacing: 1px;
}
p{

margin:15px 0;
	text-align:justify;;
}
label{
	font-weight:bold;
	float:right;
	color:#616;
}
input,textarea{
	font-size: 100%;
	letter-spacing:0px;
	font-family:Verdana,Arial,Helvetica,serif;
	padding:4px;
	background-color:#ffe;
	border:2px solid #ccc; 
}
input[type="submit"]{
	padding:5px;
	margin:5px;
	color:white;
	font-weight:bold;
	width:180px;
	background-image: url('../images/layout/button_blue.png');
	background-position: center;
	background-repeat: no-repeat;
	border:0;
}
fieldset{
	border:1px solid #AEB9FA;
	margin:10px;
	padding:10px;
    background-color:#eee;
}
em{
	font-weight:normal;
}
ul li{
	list-style-type:square;
	margin-left:30px;
}
a:link{
	color:red;
	text-decoration:underline;
}
a:visited{
	text-decoration:none;
	color:transparent;
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
