body
{
	color:			#000000;
	background-color: 	#6666FF;
	background-repeat: 	repeat;
	background-position: 	stretch;
	margin-left: 		10px;
	margin-right: 		10px;
	margin-bottom: 		10px;
	margin-top: 		10px;
}

p
{
	font-family: 		penshurst, times new roman, serif;
	font-size: 		100%;
	text-align:		center;
	color: 			#000000;
}

.MainText
{
	color:			#000000;
	font-size:  		225%;
	font-weight:  		Bolder;
}

.SubText
{
	color:			#000000;
	font-size:  		150%;
	font-weight:  		Bold;
}
.SilverSubText
{
	font-size:  		150%;
	font-weight:  		Bold;
	color:			Silver;
}
.BoldText
{
	color:			#000000;
	font-size:		100%;
	font-weight:		Bold;
}

.LinkText
{
	color:			#000000;
	font-size:		100%;
	font-weight:		Bold;
}

.NormalText
{
	color:			#000000;
	font-size:		100%;
	font-weight:		Normal;
}

.SilverNormalText
{
	font-size:		100%;
	font-weight:		Normal;
	color:			Silver;
}

.LargerText
{
	color:			#000000;
	font-size:		125%;
	font-weight:		Normal;
}


.Huge
{
	color:			#000000;
	font-size: 		300%;
	font-weight: 		Bolder;
}

.SmallText
{
	color:			#000000;
	font-size: 		80%;
	font-weight: 		Normal;
}

a
{
	color:			#000000;
	font-family:		penshurst, times new roman, serif;
	font-size:		100%;
}

a:hover
{
	background:		#000000;
	color:			#6666FF;
}


span
{
	color:			#000000;
	width:			100%;
	text-align:		center;
}

#Index
{
	color:			#000000;
	background-color: 	#6666FF;
}


#CenterAlign
{

	color:			#000000;
	text-align:		center;
}

#whiteText
{	
	color:			#FFFFFF;
}

#silverText
{
	color: Silver;
}

#redText
{
	color: Maroon;
}
#leftalign
{
	text-align:		left;
}