/* CSS Document */

body {
	background-color:#CCCCCC;
}

a			 {color:#660000;}
a:hover      { text-decoration:none; }

/*=======BUTTONS========*/
#button {
	background-image:url(images/btn_normal.png);
	background-repeat:no-repeat;
	width:140px;
	height:30px;
	margin: auto;
}

#buttonActive {
	background-image:url(images/btn_active.png);
	background-repeat:no-repeat;
	width:140px;
	height:30px;
	margin: auto;	
}

.links {
	padding-top:7px;
	font-family:Arial;
	font-size:12px;
}

.links a {
	color:#000000;
	text-decoration:none;
}
/*=============================*/

.addressBar {
	color:#FFFFFF;
	font-family:Arial;
}

h1 {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

h2 {
	font-family:Arial;
	font-size:16px;
	text-align:center;
	color:#960000;
}

.content {
	padding:15px;
	background-color:#CED6DC;
}

.text {
	text-align:justify;
	font-family:Arial;
	font-size:14px;
}

.header {
	font-size: 22px; 
	color: #800000;
	text-align: center;
	font-weight: bold;
	padding-top:20px;
}

.footer {
	padding-left:7px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:10px;
}

.seo {
	width:975px;
	margin:auto;
	font-family: Arial;
	font-size:10px;
	text-align:justify;
}