﻿


BODY ,DIV {color:black; font-family:Verdana,Tahoma; text-align:left; font-size:small;}

p {font-family:Verdana,Tahoma; font-size:small; text-align:left}
	
.bg 
{
	background-image: url(images/line.gif);
	background-repeat: repeat;
}
	
.maintable
{
	background-color:white;
	border-top:solid 2px white;
	border-left:solid 2px white;
	border-bottom:solid 2px gray;
	border-right:solid 2px gray;
}

.pagecontent 
{
	padding: 10px 10px 10px 10px; 
	text-align:left;
}

.menuStyle /*the menu object */
{
	background-color:black;
	padding: 2px;
	margin: 5px;
	text-align:center;

	
}

.menuItemStyle, .dynamicMenuStyle /* top level / sublevel menu items */
{
	border:1px;
	border-style:solid;
	border-color:white;
	background-image:url(images/menuitembg.jpg);
	background-repeat:repeat-x;
	color:white;
	font-size:medium;
	font-weight:bold;
	padding:5px;
	font-size:x-small;
}

.menuHoverStyle, .dynamicHoverStyle 
{
	border:1px;
	background-image:url(images/menuitembgsel.jpg);
	background-repeat:repeat-x;
	border-style:solid;
	border-color:white;
	background-color:white;
	color:Black;
	padding:5px;
	

}

.menuHoverStyle a:hover,.dynamicHoverStyle a:hover
{
	color:Black;
	text-decoration: none;

}



.centered 
{
	text-align:center;
}


.pageTitle 
{
	text-align:left; 
	background-color:Black;
	color:White; 
	font-weight:bold;
	font-size:medium;
	padding:5px;
	background-image:url(images/menubg.jpg);
}

.header 
{
	font-size:small;
	font-weight:bold;
}



.imagegroup
{
	margin-top:5px;
}

.blocktitle 
{
	padding-top:5px; 
	font-size:small;
	font-weight:bold;
}

.textblock
{
	padding-bottom:5px; 
}

.imagefloatright 
{
	float:right;
	margin: 5px;
}

.imagefloatleft 
{
	float:left;
	margin: 5px;
}

.imageborder 
{
	border:1px;
	border-style:solid;
}



/*Links*/
a
{
	text-decoration:none;
	border-style: none;
}

a:visited img
{
	text-decoration:none;
	border-style:none;
	
}

a:hover 
{
	text-decoration: underline;
	color:Red;
	border-style: none;
}

a.imghov
{
	margin:5px;
	float:left;
	border: none;
}

.imghov a:link {
	border: solid 1px #FFFFFF;
	text-decoration: underline;
}

.imghov img 
{
	border-style:none;
}

.imghov a:visited {
	border: solid 1px #FFFFFF; 	
	
}

.imghov a:hover {
	border: solid 1px #000000;
	text-decoration: underline;
}


