h2	{
	/* Font used for Main Text*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
}

.blktxt	{
	/* Font used for names */
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
}

.menu_txt {
	color : Blue;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	font-weight : bolder;
}

.bullets_txt	{
	/* Special Text*/
	color : Green;
	font-size : 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-style : italic;
	text-transform : capitalize;
}

.topics_txt	{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	color: Maroon;
	font-size : 18px;
}  

.topics_maroontxt	{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: Maroon;
	font-size : 22px;
}  
.topics_navytxt	{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: Navy;
	font-size : 22px;
}  
a {
	text-decoration : none;
}


/*	Multiple Text Sizes	*/

.smtxt	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.medtxt	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.xmedtxt	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
}

.lgtxt	{
	font-family : "Times New Roman", Times, serif;
	font-size : 30px;
	font-weight : bold;
}

.xlgtxt	{
	font-family : "Times New Roman", Times, serif;
	font-size : 40px;
	font-weight : bolder;
}


.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}


A {
	text-decoration : none;
}

A:LINK {
	color : Maroon;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	font-weight : bolder;
}

A:VISITED {
	color : Maroon;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	font-weight : bolder;
}

A:HOVER {
	color : Navy;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	font-weight : bolder;
}

