.heading {text-align:center; letter-spacing:5px; font-weight:bold; font-size:30px}

.small {font-size: 9px}
.normal {font-size:12px}

.sans {font-family:sans-serif}

.bold {font-weight:bold}
.italic {font-style:italic}

.center {text-align:center}

.white {color:#FFFFFF}
.red {color:#FF0000}

/* TAG Styles */
BODY {
	font-family:arial, sans-serif;
	background-color:#FFFFFF;
	color: #000000
}

IMG			{border: none}

HR			{border:0; height:1; text-align:center; color:#000000; background-color:#000000;}

A:link		{color:#330000}
A:visited	{color:#663333}
A:active	{color:#BB0000; text-decoration:none}
A:hover		{color:#BB0000; text-decoration:none}

.brightLnk:link		{color:#FF0000}
.brightLnk:visited	{color:#FF0000}
.brightLnk:active	{color:#FF0000}
.brightLnk:hover	{color:#FF0000}

.whiteLink:link		{color:#FFFFFF; text-decoration:none}
.whiteLink:visited	{color:#FFFFFF; text-decoration:none}
.whiteLink:active	{color:#FFFFFF; text-decoration:none}
.whiteLink:hover	{color:#FFFFFF; text-decoration:underline}

/* Color Styles */
.darkBG		{ background-color:#DD4444}
.brightBG	{ background-color:#FF0000}
.navGreyBG	{ background-color:#CCCCCC}
.lightGreyBG{ background-color:#EEEEEE}
.normalTxt	{ color:#000000}
.darkTxt	{ color:#DD4444}
.brightTxt	{ color:#FF0000}


/* 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:serif
}
.mono {
	font-family: courier, monospace;
}
.em				{font-weight:bold}
.naked			{text-decoration:none}
.center			{text-align:center}
.right			{text-align:right}

/* Border Styles */
.thinBorder		{
	border: thin 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:#BB0000; text-decoration:none}


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


/**********************************************/
/* For the expanding / collapsing menus. */
.mhead {
	font-size:16px;
	display: block;
}
.mbody {
	font-size:12px;
	display:none;
	margin-left: 1.5em;
}
