/* CSS Document */

body {font-family: Arial, Helvetica, sans-serif;
color: #003399;
}

td {
font-size: 0.8em;
}

p {color: #003399;
}

.justify{
text-align: justify;}

li {
margin-bottom: 15px;
}

a:link.white {color: #FFFFFF; text-decoration: none;}
a:hover.white {color: #FF6600; text-decoration: none;}
a:visited.white {color: #FFFFFF; text-decoration: none;}
a:active.white {color: #FFFFFF; text-decoration: none;}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight:normal;
}
h2 {
	font-size: 1.3em;
	font-weight:normal;
	}
h3 {
	font-size: 1.2em;
	font-weight:normal;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 0px;
	font-weight:normal;
}

ul {margin-right:30px;}
	
.subheadlines {
	font-size: 1.1em;
	font-weight: 100;
	color: #FFFFFF;

}

a:link {
	color: #006699;

}
a.link2:link {
	color: #F1F1F1;
}
a.link2:hover {
	color: #F1F1F1;
}
a.link2:visited {
	color: #F1F1F1;
}

.sloganblue {
	font-size: 1.1em;
	color: #7FA4CD;
	font-weight: 100;

}
.sloganwhite {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight:normal;
	font-size: 1.2em;
	color: #fff;
	font-weight: 100;
}

.footer {
	font-size: 11px;
	color: #fff;

}
.books {
	font-size: 0.8em;
	color: #CC0099;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #006699;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
textarea {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.tabledash {
	border: 1px dashed #006699;
}

.small {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}
	
.underline {border-bottom: 1px solid #d1d1d1;}