@charset "utf-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, Gill Sans, Myriad Pro, Verdana, sans-serif;
	font-size: small;
	line-height: 16pt;
	color: #666666;
	}

* html body {
	font-size: x-small; /* for IS5/Win */
	f\ont-size: small; /* for other IE versions */
	}

/* PAGE SECTIONS FORMATING */

/* TOP MENU NAVIGATION */
	
/* 	LEFT SIDE SUB-MENU NAVIGATION */

/* 	STANDARD TAG FORMATTING */

IMG {
	border: 0;
	}

a 	{
	text-decoration: none;
	color: #1372D6;
	}

a:hover {
	text-decoration: underline;
	color: #1372D6;
	}

a:visited 	{
	text-decoration: none;
	color: #1372D6;
	}

a:active	{
	text-decoration: underline;
	color: #1372D6;
	}
	
p {
	padding: 4px;
	}
	
h1 {
	font-size: 150%;
	color: #1372D6;
	padding: 5px 5px 5px 0px;
	}
	
h2 {
	font-size: 130%;
	color:#666666;
	padding: 5px;
	}
	
h3 {
	font-size: 120%;
	color:#B30E00;
	padding: 5px;
	}
	
h4 {
	font-size: 110%;
	color: #666666;
	padding: 5px;
	}
	
hr {
	border-top: dotted thin #cccccc;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width: 100%;
	height: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	}

hr.alt {
	border-top: solid thin #cccccc;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width: 100%;
	height: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	}

/* 	CUSTOM CLASSES */

.highlight {
	background-color: #FFD300;
	} 

.copyright {
	font-size: 80%;
	color: #FFFFFF;
	}

.note {
	font-size: 80%;
	font-style: italic;
	}

/* SEARCH BOX */

