@charset "UTF-8";
/* CSS Document */

body  {
	font-size: 14px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

a {
	color: #3039C6;
	font-weight: normal;
	text-decoration: none;
		}
	
a:hover {
	text-decoration: underline;
	}

h2 {
	font-style: italic;
	font-weight: bold;
	color: #7581BF;
	font-size: 16px;
	padding-top: 20px;
}

h3 {
	font-style: italic;
	font-weight: bold;
	color: #474E73;
	font-size: 15px;
	padding-top: 10px;
	font-variant: normal;
}


.small-text {
	font-size: 10px;
	color: #7581BF;
}


.nav-stars{
	filter:	alpha(opacity=20);
	-moz-opacity: .20;
	opacity: .20;
	padding-top: 30px;
	padding-left: 45px;
}

.pict-pad{
	padding-left: 20px;
	padding-bottom: 20px;
}
