/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000A52;
	text-decoration: none;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
}

p {
	margin:0;
	margin-bottom: 10px;
}

.whitecopy {
	color: #FFFFFF;
}

.whiteitaliccopy {
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
}
.whiteitaliccopy a {
	color: white;
	text-decoration: none;
}

a img {
	border: 0;
}

/*.bluecopy {
	font-size: 10px;
	font-style: normal;
	color: #000a52;
	text-decoration: none;
}

.bluelargercopy {
	font-size: 14px;
	font-style: normal;
	color: #000a52;
	text-decoration: none;
}



.blackcopy {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.lightblackcopy {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}*/

a.white {
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: 000A52;
	text-decoration: none;
	font-weight: bold;
}

a.black {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: none;
}

.darkbuebox { 
		background-color: #000A52; 
}


.lightbluebox {
		background-color:#dde3fb;
}


.bluebox {
		background-color:#93eaff;
}


.whitebox {
		background-color:#ffffff;
}