/* CSS Document */

body {
	background-image: url();
	margin-top: 20px;
	background-color: #C0C8E7;
}

a:link {
	text-decoration: none;
	color: #2657a4;
}
a:visited {
	text-decoration: none;
	color: #2657a4;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #2657a4;
}

 .bodybkg{
 background-image:url(../images/body.jpg);
 
}

a.external:link {color: #5987D4; font-weight: bold; }
a.external:visited {color: #5987D4; font-weight: bold; }
a.external:hover {color: #2758A4; font-weight: bold; }
a.external:active {color: #5987D4; font-weight: bold; } 




.titles  {
	font-family: Arial, Helvetica, sans-serif;
	color: #3d117a;
	font-size: 22px;
	font-weight: bold;
	}
	
.subtitles  {
	font-family: Arial, Helvetica, sans-serif;
	color: #29518d;
	font-size: 16px;
	font-weight: normal;		
	font-style: bold;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

.style1 {
	color: #2657a4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:normal;
	font-weight:bold;
}
.style2 {
	color: #3d117a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.style4{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.style5 {
	color: #3245A1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}