/* TAG Styles */
BODY				{
	font-family:arial, sans-serif;
	background-color:white
	color: black
}

IMG					{border: none}

A:link				{color:black}
A:visited			{color:black}
A:active			{color:black; text-decoration:none}
A:hover				{color:black; text-decoration:none}
.brightLnk:link		{color:black}
.brightLnk:visited	{color:black}
.brightLnk:active	{color:black}
.brightLnk:hover	{color:black}

/* Color Styles */
.darkBG				{ background-color:white}
.brightBG			{ background-color:white}
.navGreyBG			{ background-color:white}
.lightGreyBG		{ background-color:white}
.normalTxt			{ color:black}
.darkTxt			{ color:black}
.brightTxt			{ color:black}


/* Size Styles */
.smallSize		{font-size:10px}
.normalSize		{font-size:14px}
.medSize		{font-size:18px}
.largeSize		{font-size:25px}
.headingSize	{font-size:30px}


/* Formatting Styles */
.housecoTxt		{
	font-weight:bold;
	font-family:sans
}
.em				{font-weight:bold}
.naked			{text-decoration:none}
.center			{text-align:center}
.right			{text-align:right}

/* Border Styles */
.thinBorder		{
	border:1 solid #000000
}


/**********************************************/
/* Navigation Style */
*#nav {
	font: 12px verdana,arial;
	text-decoration:none
}

.elem:link		{color:#000000; text-decoration:none}
.elem:visited	{color:#000000; text-decoration:none}
.elem:active	{color:#000000; text-decoration:none}
.elem:hover		{color:#000000; text-decoration:none}


/* Footer Style */
#footer {
	font-size: 10px;
	text-align: center
}