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

h1 {
	font: italic 16px Arial, Helvetica, sans-serif;
	color: #003366;
}
h2 {
	font: italic 14px Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-align: center;
}
h3 {
	font: italic 14px Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-align: left;
}
h4 {
	font: italic 16px Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: center;
}
p.nav {
	text-align: center;
	font: 15px/50px Geneva, Arial, Helvetica, sans-serif;
}
p.nav a {
	color: #000000;
	text-decoration: none;
	height: 50px;
	width: 99px;
	display: block;
	float: left;
	background: url(../images/navBgRO.gif) repeat-x top;
	border-left: 1px solid #999999;
}
p.nav  a:hover {
	color: #FFFFFF;
	background: url(../images/navBgRO.gif) repeat-x bottom;
}
p.wordsOne {
	font: 13px/20px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
}
p.wordsOne a {
	text-decoration: none;
	color: #003366;
}
p.wordsOne a:hover {
	color: #003366;
	text-decoration: underline;
}
p.wordsNav {
	font: 13px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
}
p.wordsNav a {
	text-decoration: none;
	color: #003366;
}
p.wordsNav a:hover {
	color: #3399FF;
	text-decoration: none;
}
p.wordsThree {
	font: 13px/20px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
}
p.wordsThree a {
	text-decoration: none;
	color: #003366;
}
p.wordsThree a:hover {
	color: #003366;
	text-decoration: underline;
}
p.wordsFoot {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
}
p.wordsFoot a {
	text-decoration: none;
	color: #003366;
}
p.wordsFoot a:hover {
	color: #3399FF;
	text-decoration: none;
}

