ol {
	margin-right:40px;
	}
	.ol2 {
	margin-right:40px;
	list-style-type: lower-roman;

	}
li {
	margin-right:20px;
	margin-bottom:5px;
	list-style-image: url(images/li.gif);
	}
	
a:link { 
	font-size: 1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-weight: normal; 
	color: #FF0000; 
	text-decoration: none;
	}
	
a:visited {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #CC3300;

	}
	
a:hover {
	color: #CC33FF; 
	text-decoration: none; 
	font-weight: normal;
	}
	
a:active {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #CC66FF;

	}	
	
.bold {  
	font-weight: bold;
	color: #003366; 
	}
	
.boldblack {  
	font-weight: bold;
	}
	
.boldpink {  
	font-weight: bold;
	color:#ff3366;
	}
h1 {
	font-size: 1.4em;
	color:#012475;
	text-align: center;

	}
	
h2 {  
	font-size: 1em;
	color:#00246B;
	}

h5 {
	font-size: 1em;
	color:#666666;
	}
h6 {
	font-size: 1em;
	color:#FFFF00;
	background-color: #FF0000;
	}
	
.boldblackbig {  
	font-weight: bold;
	font-size: 14px;
	}
	
.navborder {
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc; 
	font-size: x-small; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #cc0066;
	padding: 5px 0px;
	display: block;
	width: 200px;
	}
	
.navborder2 {
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc; 
	font-size: x-small; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #cc0066;
	padding: 5px 0px;
	display: block;
	width: 260px;
	}

body, td, p {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	}
	
.large {
	font-size: 16px; 
	}
	
.large {
	font-size: 16px; 
	font-style: bold; 
	}
	
.titleBorder {
	border-style: dashed;
	border-width: 0px 0px 3px 0px;
	border-color: #cccccc; 
	font-size: small; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #cc0066;
	padding: 5px 0px;
	}	
	
.small {
	font-size: 10px; 
	}
.sub-link {
	font-size: 12px; 
	}
#header {
	text-align: center;
	}	

/* Navbar CSS */
div#navbar2 {
    height: 30px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #FFFC6F;
}
div#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar2 li {
    list-style-type: none;
    display: inline;
}
div#navbar2 li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #000;
}
div#navbar2 li a:link {
    color: #000:
}
div#navbar2 li a:visited {
    color: #012475;
}
div#navbar2 li a:hover {
    color: #012475;
    background-color: #00EDF5;
}
