/* CSS Document */

body{
	background-attachment: fixed;
	background-color: #c0c0c0;
	background-image: url(images/content_bk.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana;
	font-size: 13px;
	color: #898989;
	text-align: left;
	margin: 0px;
}

.one{
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url(images/logo.jpg);
}

.two{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #898989;
}

.three{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #898989;
}

.four{
	font-size: 10px;
	text-align: center;
	vertical-align: center;
}

.instrucions{
	font-size: 13px;
	text-align: justify;
	padding-left: 55px;
	font-style: italic;
}

h1{
	font-size: 18px;
	color: #898989;
}

h2{
	font-size: 16px;
	color: #898989;
}

h3{
	font-size: 14px;
	color: #898989;
}

h4{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #898989;
}

h5{
	font-size: 13px;
	color: #898989;
	font-weight: bold;
}

#news{
	font-size: 10px;
	text-align: center;
	color: #898989;
	width: 165px;
	padding-right: 5px;
	padding-left: 5px;
}

#extra{
	font-size: 10px;
	text-align: center;
	padding-right: 10px;
	padding-left: 8px;
}

#content{
	width: 410px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}

#form{
	font-size: 13px;
	text-align: justify;
}

a:link{
	color: #898989;
	font-size: 11px;
	font-weight: bolder;
}

a:visited{
	color: #898989;
	font-size: 11px;
	font-weight: bolder;
}
