body {
	background-color: #FFFFFF;
}

hr {
	border-style: solid;
	border-color: blue;
	border-width: 1px;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #0000FF;
}
h2 {
	font-size: 22px;
	color: #0000FF;
	font-style: oblique;
}
a {
	font-weight: bold;
	color: #40891D;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
h3 {
	font-style: oblique;
	color: #0000FF;
}

.dateFormat {
	font-style: oblique;
	color: #443D0F;
	font-size: 18px;
	font-weight: bold;
}

.warningText {
	color: #FFAAAA;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

.normalText {
	color: #0000FF;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.smallText {
	color: #443D0F;
	font-size: 10px;
	font-style: italic;
}
.menuTable	{
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #0000CC;
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 1px;
	text-align: center;
	background-color: #CCCCFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.headerText {
	font-family: Arial Bold, Helvetica, sans-serif;
	font-size: 35px;
	color: #0000FF;
}
.empText {
	font-family: Arial Bold, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	color: brown;
}
.smallButton {
	font-family: Arial Bold, Helvetica, sans-serif;
	font-size: 9px;
	color: brown;
	background-color: white;
}

.linkButton {
	font-family: Arial Bold, Helvetica, sans-serif;
	font-size: 10px;
	color: brown;
	background-color: white;
	border-style: outset;
	border-color: #E1AC4F;
	border-width: 3px;
}

.ProfileBox {
	border-top-style: none;
	border-left-style: Solid;
	border-left-width: 3px;
	border-left-color: #000BDC;
	border-right-style: Solid;
	border-right-width: 3px;
	border-right-color: #000BDC;
	border-bottom-style: Solid;
	border-bottom-width: 3px;
	border-bottom-color: #000BDC;
	background-color: #FDF8D9;
	padding: 3px;
	width: 590px;
}
