/* Author IdeaWeb*/

.header {
	font-size: 16px;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
}
.upperTitleRight {
	align: right;
	font-weight: bold; 
	font-size: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.upperTitle {
	align: center;
	font-weight: bold; 
	font-size: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.title {
	 /* background-image: 'images/bg.gif'; 
	 background-repeat:repeat-x; */
	/*color: #FC1818;*/
	align: center;
	font-size: 22px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}


.body {
	align: justify;
	font-weight: bold; 
	font-size: 18px;
	margin-left: 20px;
	margin-right: 20px;
}


.links {
	font: bold 17px "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: none;
}
.footer { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #CCCCCC; 
	text-decoration: none; 
	vertical-align: top 
}
.footer:hover { 
	color: #CCCCCC
}
a:hover {
	color: #FFFFFF;
}
.blackText {
	color: #000000;
}
H1 {
	font-size: 24px;
	color: #FFFFFF;
}

