
a.header2:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.header2:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.header2:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.header2:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:link {
	color: #357EB1;
	text-decoration: underline;
}
a.nav:visited {
	color: #357EB1;
	text-decoration: underline;
}
a.nav:hover {
	color: #357EB1;
	text-decoration: none;
}
a.nav:active {
	color: #357EB1;
	text-decoration: underline;
}

a.login:link {
	color: #357EB1;
	text-decoration: underline;
}
a.login:visited {
	color: #357EB1;
	text-decoration: underline;
}
a.login:hover {
	text-decoration: none;
	color: #357EB1;
}
a.login:active {
	color: #357EB1;
	text-decoration: underline;
}

a.content:link {
	color: #AED635;
	text-decoration: underline;
}
a.content:visited {
	color: #AED635;
	text-decoration: underline;
}
a.content:hover {
	color: #AED635;
	text-decoration: underline;
}
a.content:active {
	color: #AED635;
	text-decoration: underline;
}

a.footer:link {
	color: #990099;
	text-decoration: underline;
}
a.footer:visited {
	color: #990099;
	text-decoration: underline;
}
a.footer:hover {
	color: #990099;
	text-decoration: underline;
}
a.footer:active {
	color: #990099;
	text-decoration: underline;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #FFFFFF;
	font-weight: bold;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #FFFFFF;
	font-weight: bold;
}

td.header {
	background-image: url('../headers/');
	border: 2px solid #356073;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #990066;
	background-color: #FF9900;
	font-weight: bold;
}

td.footer {
	background-color: #FF9900;
	border: 2px solid #990066;
	font-family: Arial, Helvetica, sans-serif;
	color: #990099;
	font-size: 10px;
}

td.leftBar {
	background-color: #6600FF;
	border: 2px solid #356073;
}

td.rightBar {
	background-color: #00CCCC;
	border: 2px solid #356073;
}

td.contentBar {
	background-color: #356073;
	border: 2px solid FFF9FE;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AED635;
}

.contentLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AED635;
	font-weight: bold;
}

.contentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

table.nav {
	width: 100%;
	background-color: #E2E2E2;
	border: 0 solid ;
    font-family: Arial, Helvetica, sans-serif;
	color: #357EB1;
	font-size: 10px;
}

table.login {
	background-color: #CC3399;
	border: 1 solid ;
	font-family: Arial, Helvetica, sans-serif;
	color: #357EB1;
	font-size: 10px;
}

body {
	background-color: #356073;
}

table.inner {
	background-color: #AED635;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AED635;
}

tr.inner {
	background-color: #356073;
}

tr.projects {
	background-color: #AED635}

tr.header {
	background-color: #AED635;
}

.inputText{
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #000000;
}
