/* CSS definition file containing site wide stylesheets*/

/* Use for the initial bold blue letter of each article paragraph, i.e. <P><B class="init">T</B>his is a paragraph with large blue initial cap.<P> */
B.init   {
	font-size : small;
	font-family : Verdana,Helvetica,Geneva,Sans-serif,sans-serif;
	font-weight : bold;
	color : #000099;
}

/* This is the "Normal" tag that is standard for all article texts */
P  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : x-small;
	text-align : left;
	text-decoration : none;
	color : #000000;
}

/* Additional tag for text that needs to be in small print or captions without using the ADDRESS tag. Font face  is Arial. Verdana is a wider font, and if space is limitted, this will be useful. */
.Body-1  {
	font-family : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size : xx-small;
	text-decoration : none;
	text-align : left;
}

BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	border-top: thin Blue;
}

/* Same as <P> Normal tag except font is "Arial", instead of the standard Verdana fonts used throughout the web page */
.Body-2  {
	font-family : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size : x-small;
	text-align : left;
	text-decoration : none;
}

.menuhead {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: white; FONT-FAMILY: verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none
}

/* Use for "Article Title" in Red */
H1  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : medium;
	color : #FF0000;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
}

/* Use for "Subtitle" in Red medium size */
H2  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : small;
	color : #FF0000;
	font-weight : bold;
	text-decoration : none;
	text-align : left;
}

/* Use for "Subtitle" in Darker Blue smaller size */
H3  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : x-small;
	color : #000099;
	font-weight : bold;
	text-decoration : none;
	text-align : left;
}

/* Use for "Subtitle" in Red smaller size */
H4  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : x-small;
	color : #FF0000;
	font-weight : bold;
	text-decoration : none;
	text-align : left;
}

/* Use for "Author Name" and "Subtitle" in Black smaller size. This will have to be manually aligned to left or centered. */
H5  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : x-small;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

/* Use for "Subtitle" and "Sidebar Menu Title" in Black with "Arial" Font. This will have to be manually aligned to left or centered. */
H6  {
	font-family : Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size : x-small;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

/* Use for "List Items" */
LI  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : x-small;
	color : #000000
	text-align : left
	text-decoration : none;
}

/* Use for "Bulleted List" */
UL  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : x-small;
	color : #000000
	text-align : left
	text-decoration : none;
}

/* Use for "Numbered List" */
OL  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : x-small;
	color : #000000
	text-align : left
	text-decoration : none;
}

A
{
	FONT-FAMILY: verdana, tahoma, arial, helvetica, sans-serif; 
	COLOR: #000000; TEXT-DECORATION: none
}

A:hover
{
	FONT-FAMILY: verdana, tahoma, arial, helvetica, sans-serif;
	COLOR: #FF0000; TEXT-DECORATION: none
}

A.bluelink:hover
{
	FONT-FAMILY: verdana, tahoma, arial, helvetica, sans-serif;
	COLOR: #FF0000; TEXT-DECORATION: none
}

A:LINK
{
	FONT-FAMILY: verdana, tahoma, arial, helvetica, sans-serif;
	COLOR: #000000; TEXT-DECORATION: none
}

A.bluelink:LINK
{
	FONT-FAMILY: verdana, tahoma, arial, helvetica, sans-serif;
	COLOR: #0000ff; TEXT-DECORATION: none
}

.TextObject  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : xx-small;
	text-decoration : none;
}

BLOCKQUOTE  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : x-small;
	text-decoration : none;
	text-align : left;
}

/* PRE - Another name is Pre-Formatted text. This normally appears one size smaller than normal font size even even if you increase the font it will remain 1 size smaller. Carriage returns will have to be done manually, text doesn’t wrap automatically
The browser see this as 10 pt. courier font which is a default browser setting */
PRE  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : x-small;
	text-decoration : none;
}

/* Use for the "Text Navigation" on the Side Bar Menu and Bottom Menu. Smaller Fonts */
.TextNavBar  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size : xx-small;
	text-decoration : none;
}

/* Use for Captions */
ADDRESS  {
	font-family : Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size : xx-small;
	text-decoration : none;
}

.footer {
	margin-left: 150px;
	font-size: xx-small;
	width: 503px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

