/*------- base elements------------------- */
body {
	font: x-small Arial, Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* Set the base font size using KEYWORDS */
	color: #000;
	background: #006699;
	font-size: 100%;
}


a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

img { 
	border-width: 0; 
}

h3 {
	font-size: 130%;
	}

/*---------------- Text alignment classes---------------- */
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* Left Nav Styles */

#leftnav {
	font-size: 10px;
	color: #000;
	line-height: 12px;
	}
	
.home1 {
	color: #333333;
	font-weight: bold;
	font-size: 140%;
}

.home2 {
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.home3 {
	color: #006699;
	font-size: 90%;
}

.bluish {
	color: #006699;
}

.greenish {
	color: #006600;
}
.footer {
	color: #999999;
	font-size: 10px;
}

/* Style for Striped Table */
.stripes {
	font-size:80%;
	border: 1px solid #CCC;
}

.stripes tr td {
		border-left: 1px solid #DDD;
}