body 
{
	font-family: Arial;
	font-size: 12px;
	margin-top: 0px;
	background-color: #FFFAE7;
}

.fixedTable
{
	table-layout: fixed;
	width: 950px;
	vertical-align: top;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	background-color: White;
}

.navbarItem
{
	background-color: #FFE6B3;
	color: #8D4064; 
}

.navbarHeader
{
	background-color: #660032;
	color: #ffffff; 
}

.welcomeText
{
	table-layout:fixed;
	height: 470px;
	width: 100%;
	vertical-align: top;
	color: #660032;
}

.tableDetail
{
	table-layout:fixed;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tableDetailCellHeader
{
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}

.tableDetailRowBlank
{
	height: 15px;
}

.tableDetailCellContent
{
	width: 100%;
}

.alignright
{
	text-align: right;
}

.colortitle
{
	 vertical-align:middle;
	 padding-left: 5px;
	 padding-right: 5px;
	 padding-top: 4px;
	 padding-bottom: 4px;
}


