body {
	background-color:	#a8ddeb;
	background-image:	url( assets/Background.jpg );	
	background-attachment:	fixed;
	background-position:	top center;	
	background-repeat:	no-repeat;
	font-family:            'Myriad Pro', arial, sans-serif;
	font-size:		12px;
	color:			#010a89;
	padding: 		0;
   	margin: 		0;
}

.footer {
	font-size:		11px;
	text-align:		center;
	padding:		5px;
}

A {
	color:			#13377C;
	font-weight:		bold;
	text-decoration:	underline;
}

A:hover {
	text-decoration:	none;
	color:			#13377C;
}

.homeMenu A {
	font-size:		20px;	
	text-decoration:	underline;
}

.homeMenu A:hover {
	text-decoration:	none;
}

.menu A {
	font-size:		16px;
	font-weight:		normal;
}

.menu td {
	padding-right:		20px;
	padding-top:		20px;
}	

.header {
	color:			#E34497;
	font-size:		24px;
	font-weight:		bold;
}

.header td {
	padding-top:		10px;
}

.content {
	padding:		20px;
	text-align:		justify;
	font-size:		13px;
}

.contentspecial {
	padding:		20px;
	text-align:		justify;
	font-size:		17px;
}

.content td, .content tr {
	text-align:		justify;
	font-size:		12px;
}

.menuBar A:hover {
	color:			#7F263D;
	text-decoration:	none;
}

.image, .button, .form {
	border:			2px solid #13377C;
}

.button {
	background-color:	#F8BBD5;
	color:			#13377C;
	font-weight:		bold;
}

.form {
	background-color:	#C0E2E3;
	width:			100%;
}