body
{
	font-family:Arial;

}

.body
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: x-small;
	padding-top: 5px;
	text-align: justify;
}

td
{
	font-size: x-small;
}


h3.header
{
	border-bottom: solid 1px Black;
	padding-left: 4px;
}


/*Welcome Text*/
td.welcomeText
{
	font-family: Arial;
	font-size: x-small;
	padding-right: 5px;
	color: Black;
}

ul.welcomeText
{
	list-style-type: square;
	line-height: 20px;
	color: Black;
}

ul.welcomeText li ul li
{
	list-style-type: circle;
}

ul.welcomeText li ul
{
	margin-bottom: 10px;
}

/*Menu Bar*/
A.menuBar, A.menuBar:hover, A.menuBar:visited, A.menuBar:link
{
	 text-decoration: none; 
	 color: White; 
	 font-family: Verdana; 
	 font-size: xx-small; 
	 font-weight: bold;
	 text-transform:uppercase;
	 width: 75px;
	 
	 	
}

/*Side Menu*/
A.sideMenu, A.sideMenu:visited, A.sideMenu:link
{
	color:White;
	display: block;
	font-weight:bold;
	width: 100px;
	padding: 2px 1px;
	font-size: xx-small;
	font-family: Verdana;
	text-decoration: none;
	text-transform:uppercase;
}

A.sideMenu:hover
{
	color: Yellow;
}

/*subMenu*/
A.subMenu, A.subMenu:visited, A.subMenu:link, A.subMenu:active
{
	color: white;
	display: block;
	text-decoration: none;
	
	width: 95px;
	border-left: white 1px solid;
	padding-left: 5px;
	
	font-family: Verdana;
	font-weight: bold;
	font-size: xx-small;
	font-size: 75%;
	padding-bottom: 3px;
	padding-top:2px;

}

a.subMenu:hover
{
	color: Lime;
}

/*Footer*/
A.footerBar, a.footerBar:visited, a.footerBar:link
{
	color: #000000;
	font-family: Arial;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}

 a.footerBar:hover
{
	text-decoration: underline overline;
}



/*Press Release Box*/ 
td.pressRelease
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: xx-small;
	border-left: black 1px solid;
	padding-top: 5px;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: #E1F1FF;
}

span.pressRelease
{
	padding-top: 2px;
	padding-bottom: 1px;
	display:block;
	font-weight: bold;
	font-size:8.0pt;
	text-decoration: underline;
}

/*Data*/
table.DATA
{
	border: solid 1px Black;
}

table.DATA td
{
	border: solid 1px Black;
	font-size: 9.0pt;
	font-family: Arial;
}

table.data td ul
{
	list-style-position: outside;
}

table.interData td
{
	font-size: 9.0pt;
	font-family: Arial;
}