/* CSS Document */
.bodyText
{
	font-family: Verdana, Tahoma, Arial, 'Times New Roman'; 
	font-size: small;
}

.menuCell
{
	border-right: #8b0008 solid;
	border-top: #8b0008 solid;
	border-left: 0;
	border-bottom: #8b0008 solid;
}

.menuItem
{
	font-weight: normal; 
	font-size: 10pt; 
	text-transform: capitalize; 
	color: white; 
	font-family: Verdana, Tahoma, Arial, 'Times New Roman'; 
	font-variant: normal; 
	text-decoration: none;
	text-align: center;

}

.menuItem2
{
	font-weight: normal; 
	font-size: 10pt; 
	text-transform: capitalize; 
	color: Black; 
	font-family: Verdana, Tahoma, Arial, 'Times New Roman'; 
	background-color: White; 
	font-variant: normal; 
	text-decoration: none;
	text-align: center;
}

.tablemain
{
	background-image: url(images/taemas_background.gif);
	width: 800;
	padding: 0 0 0 0;
	border-right: #9c3131 solid;
	border-top: #9c3131 solid;
	border-left: #9c3131 solid;
	border-bottom: #9c3131 solid;
}

.bar
{
	background-color: #6B0008;
	border-top: #9c3131 thin solid;
	border-bottom: #9c3131 thin solid;
}

.heading
{
	font-family: 'Times New Roman', Verdana, Tahoma, Arial; 
	font-weight: 700; 
	font-size: 13.5pt; 
	color: maroon;
}

.mainBodyText
{
	padding-left: 20px;
	padding-right: 20px;
	
}