body {
	background-image: url(../images/background/gradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4860A8;
	text-align: left;
	margin: 15px;
	clear: both;
}

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 5px;
	clear: both;
}
ul.a {
	list-style-type: none;
	margin: 20px;
	display: block;
	color: #FFF;
	width: 70px;
	font-weight: bold;
}
ul.b {
	list-style-type: square;
	margin: 20px;
	font-weight: normal;
}	
li.a {
	border: 1px;
	background-color: #4860A8;
	margin: 1px;
	width: 70px;
	color: #FFF;
	font-weight: bold;
	text-indent: 5px;

}
.highlight {
	background-color: #CCCDCF;
	padding: 10px;
	margin: 10px;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #465EA6;
	border-right-color: #465EA6;
	border-bottom-color: #DF3035;
	border-left-color: #DF3035;
}
.picture {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	margin: 15px;
	clear: both;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 5px;
	clear: both;
	text-align: center;
	padding: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
}
a.footer:link {
	color: #FFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFF;
	text-decoration: none;
}
a.footer:hover {
	color: #304999;
	text-decoration: underline;
}
a.footer:active {
	color: #FFF;
} 
.copyright {
	font-size: 12px;
	color: #FFC;
	text-align: center;
	margin: 5px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
.signature {
	text-align: right;
	margin: 15px;
	padding: 5px;
	font-size: 10px;
}
.brite {
	color: #304999;
	font-weight: bold;
}
