/*Redefined Tags*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303090;
/*	font-weight: bold; */
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D00232;
/*	font-weight: bold; */
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #303090;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #303090;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #D00232;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #D00232;
	text-decoration: underline;
}
a.nav:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
	text-decoration: none;
}
a.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D00232;
	text-decoration: underline;
}
a.nav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D00232;
	text-decoration: underline;
}
.style1 {color: #E7E7FF}

/*Classes*/

.contentHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #CCCCCC;
	padding: 14px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 14px;
}
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000088;
	
}
.borders {
	padding: 7px;
}

/*This is the class for the boxes on the right side (link style below for the MORE>>)*/
.side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #E7E7FF;
	margin-left: 6px;
	margin-bottom: 6px;
	padding: 6px;
	border-left-width: 1px;
	border-left-style: outset;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #CCCCCC;
	width: 170px;
}

/*These are the classes for the MORE>> links on the right side navigation boxes*/
a.mo:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #303090;
	text-decoration: none;
	float: right;
}
a.mo:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #303090;
	text-decoration: none;
	float: right;
}
a.mo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D00232;
	text-decoration: underline;
	float: right;
}
a.mo:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D00232;
	text-decoration: none;
	float: right;
}
