body {
	background-color: #F0F0E6;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #612474;
	border: 1px solid #ACDBE5;
}

.list {
	background-color: #FFFFCC;
	border: 1px solid #103F08;
}

.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #BE0D05;
}

.innertable {
	background-color: #E2D6E5;
	border: 1px solid #612474;
}
.purpleitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #6C4279;
}
.orangeitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FB7D00;
}



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0871A8;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #467086;
}
a:hover {
	text-decoration: none;
	color: #6C2F7F;
}
a:active {
	text-decoration: underline;
	color: #6C2F7F;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #612474;
}
h2 {
	font-size: 18px;
	color: #3B7384;
}
h3 {
	font-size: 16px;
	color: #8B4E9E;
}
h4 {
	font-size: 14px;
	color: #2B535E;
}

.changeNameForm
{
	width: 400px;
	text-align: center;
	border: 2px solid #D7D0AC;
}
.nameTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.changeBtn
{
	background-color: #D7D0AC;
	border: 2px solid #333333;
}
.notifyNameChanged
{
	background-color: #D7D0AC;
	text-align: center;
	visibility: hidden;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.outerborder {
	border: 1px solid #5691A1;
}
