html {
	}
body {
	background: #FFFFFF;
	color: #303030;
	margin: 20px;
	font-size: 11px;
	font-family: Lucida Grande, Verdana, Arial, Tahoma, Sans-Serif;
	}

a, a:link, a:visited {
	color: #2567B5; 
	font-weight: bold; 
	text-decoration: none;
	}
a:active, a:hover {
	color: #027E04; 
	font-weight: bold; 
	text-decoration: none;
	}

#image {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 558px; 
	height: 412px; 
	padding: 0px; 
	border: 0px;
	}
#content {
	position: absolute; 
	top: 93px; 
	left: 132px; 
	width: 419px;
	margin-bottom: 20px; 
	text-align: justify; 
	}

#header {
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	}
	
#footer {
	padding-top: 10px;
	text-align: center;
	}

.valid {
	padding-top: 30px;
	}

h1, .h1 {
	font-family: Times New Roman, Serif;
	font-weight: bold;
	color: #CF2772;
	font-style: italic;
	text-transform: lowercase;
	font-size: 20px;
	text-align: right;
	border-bottom: 1px dashed #303030;
	line-height: 18px;
	padding-right: 35px;
	}

h4, .h4, .dot {
	font-weight: bold;
	color: #7B7B7B;
	text-align: right;
	font-style: italic;
	font-size: 11px;
	padding-right: 10px;
	}

strong, .strong {
	color: #CF2772;
	font-weight: bold
	}

del {
	text-decoration: line-through;
	}
acronym, abbr, .abbr {
	cursor: help;
	border-bottom: 1px dotted #7B7B7B;
	}
small, .small {
	font-size: 10px;
	}
.upper {
	text-transform: uppercase;
	}
.lower {
	text-transform: lowercase;
	}
.center {
	text-align: center;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.p {
	padding-top: 15px;
	}
	
input, textarea {
	border: 1px solid #303030; 
	background-color: #027E04; 
	color: #FFFFFF;
	}