/* Link attributes for BODY ONLY */

a { 		text-decoration: none;
			color: #9999CC;
			font-weight: bold;
}

a:link { 	text-decoration: none;
			color: #9999CC; 
			font-weight: bold;
}

a:visited { text-decoration: none; 
			color: #9999CC;  
			font-weight: bold;
}

a:hover	{ 	text-decoration: none;
			color: #000099; 
			font-weight: bold;
}

a:active { 	text-decoration: none;
			color: #000099; 
			font-weight: bold;
}

/* Link attributes for MENU ONLY */

a.menu:link {	color:#9999CC; 
				text-decoration:none; 
				font-weight: bold
}

a.menu:visited {color:#9999CC; 
				text-decoration:none; 
				font-weight: bold
}

a.menu:active {	color:#FFFFFF; 
				text-decoration:none; 
				font-weight: bold
}

a.menu:hover {	color:#FFFFFF; 
				text-decoration:none; 
				font-weight: bold
}


/* Main content attributes */
#content {
	position: relative;
	width: 665px;
	color: #000099;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 25px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12pt;
	overflow: auto;
	visibility: visible;
	z-index: 20;
}

/* Default body bg and text colors */
body {
    background-color: #FFFFFF;		
    color: #000099;             /* text color */
	height: 100%;
	border: none;
}

.slogan {
	color: #000099;
	font-size: 20pt;
	font-variant:small-caps;
}

.purple {
	color: #9999CC;
}

.blue_bg {
	background-color: #000099;
}

.address {
	font-size: 14pt;
	text-align: left;

}

/* Justified Text Alignment */
.just {
	text-align: justify;
}

/* Table Header Text */
.table_h {
	bgcolor: #000099;
	text-align: center;
	color: #FFFFFF;
	font-size: 14pt;
	font-variant:small-caps;
}