

* {
	margin: 0;
	padding: 0;
	border: none;
	color: #444444;
	font-family: Verdana,Arial,sans-serif;
	font-size:14px;
	font-style: normal;
/*	overflow:visible;*/
}

a img {
	border:0px;
}

a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #00006c;
}
a:link { }
a:active { }
a:hover {
	text-decoration: underline;
}
a:visited { }

sub, sup {
  line-height: 0px;
  font-size: 70%;
}


h1 {
	font-size:16px;
	font-weight: bold;
	color:#00006c;
	margin-bottom:8px;
}

h1 sub, h1 sup {
	color:#00006c;
}

h2 {
	font-size:14px;
	font-weight: bold;
	margin-bottom:5px;
	margin-top:15px;
}
h3 {
	font-size:12px;
	font-weight: bold;
	margin-bottom:2px;
}

.bodytext h1 { }

p {
	margin-bottom: 7px;
/* 	text-align: justify; */
}

hr {
	margin: 0;
	border: dashed 1px;
	clear: both;
	color:#99b9c8;
}

/*TEXT STYLES*/

.smalltext {
	font-size: 10px;
	font-weight:normal;
}

.normaltext {
	font-weight:normal;
}

.righttext {
	font-weight:normal;
	font-style:italic;
	text-align:right;
	margin-top:0px;
	margin-bottom:15px;
}

.centertext {
	font-weight:normal;
	text-align:center;
}

.titletext {
	font-size:1.4em;
	color: #00006c;
	text-transform:uppercase;
}

.bluebigtext {
	font-size:24px;
	font-weight:bold;
	color:#00006c;
}

.mediumtext {
	font-size:16px;
}

.smallwhitetext {
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}

.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:650px;
	height:160px;
}

/*****************************/
/*           LISTS           */
/*****************************/
ul {
	text-align: left;
	margin: 0px 0px 8px 0px;
}

ol {
	margin: 5px;
	text-align: left;
	list-style: decimal;
}

li {
	margin: 0px 0px 0px 25px;
}

