/* CSS Document */
p {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : .8em;
	font-weight : normal;
	text-align: left;
	padding-left: 1em;
	color: #663300;
	
}
#footer{
	padding : .5em;
	margin : 0;
	padding-left : 0;
	padding-right : 0;
	font-family: Verdana, Aria, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	width: 100%;
	text-align: center;}	

#footer a:link {
	padding-left: 0;
	padding-right: 0;
	padding-top : .5em;
	color: #663300;
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:visited{
	color: #cc9966;
	padding-left : 0;
	padding-right : 0;
	font-weight: normal;
}
#footer a:hover{
	color: #663300;
	text-decoration: none;
}

a:link{
	font-weight: bold;
	color: #9900CC;
}
a:hover{
	color: #CC99CC;
	text-decoration: none;
}
a:visited{
	color: #CC99CC;
	font-weight: bold;
}

strong { font-weight: bolder }


body {font-size: 100%}
html>body {font-size: 1em}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	background-color: #330000;
 	color: #FFFFFF;
	padding-left: .3em;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663300;
	padding-left: 1em;
	font-size: .9em;
}


.title {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	text-align: center;
	margin: 1em;
}
.title a:link {
	font-weight: normal;
	color: #663300;
	text-decoration: underline;
}
.title a:hover {
	font-weight: normal;
	text-decoration: none;
}
.title a:visited {
	font-weight: normal;
	color: #cc9966;
}

#maintext {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : .7em;
	text-align: justify;
	font-color : #663300;
	width: 650px;
	padding: 10px;
	border-color: #cc9966;
	border-style: dashed;
	border-width: thin;
	border-position: center;
}

	
	

/* CSS Document */

