:link					{color: black; }  /* for unvisited links */
:visited				{color: black; } /* for visited links */
:active 				{color: black; } /* when link is clicked */
:hover 					{color: #dd4444; } /* when mouse is over link */

.img_text a:link 	{font-size: 8pt; text-decoration: none; color: black;}
.img_text a:visited {font-size: 8pt; text-decoration: none; color: black;}
.img_text a:active 	{font-size: 8pt; text-decoration: none; color: black;}
.img_text a:hover 	{font-size: 8pt; text-decoration: none; color: black;}

.img_shadow a:link 		{font-size: 8pt; text-decoration: none; color: white;}
.img_shadow a:visited 	{font-size: 8pt; text-decoration: none; color: white;}
.img_shadow a:active 	{font-size: 8pt; text-decoration: none; color: white;}
.img_shadow a:hover 	{font-size: 8pt; text-decoration: none; color: white;}

.navmenu a:link 	{font-size: 10pt; text-decoration: none; color: black; }
.navmenu a:visited 	{font-size: 10pt; text-decoration: none; color: black; }
.navmenu a:active 	{font-size: 10pt; text-decoration: none; color: black; }
.navmenu a:hover 	{font-size: 10pt; text-decoration: none; color: black; }

.navmenu_ident a:link 		{font-size: 8pt; text-decoration: none; color: black;}
.navmenu_ident a:visited 	{font-size: 8pt; text-decoration: none; color: black;}
.navmenu_ident a:active 	{font-size: 8pt; text-decoration: none; color: black;}
.navmenu_ident a:hover 		{font-size: 8pt; text-decoration: none; color: black;}

img.navmenu_ident{
	margin-bottom: 3px;
	padding: 0px 0px 0px 9px;
}

.contentBox {
	padding: 0px;
	width:724px; 
	height:504px;
	background-image:url(gfx/whitebg.jpg);
	background-color: #ffffff;
	text-align: left;
}
                                                                  
.bigfont{
	font-family: "Trebuchet MS", verdana, sans-serif; 
	font-size: 10pt;
	font-style: normal;
	color: black;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}

body {
	color: black;
	background: #eeeeee;
	font-family: verdana, sans-serif; 
	font-size: 8pt;
}

h1{
	font-family: "Trebuchet MS", verdana, sans-serif; 
	font-size: 14pt;
	font-style: normal;
	color: black;
	margin-top: 0px;
	margin-bottom: 4px;
}

h1.error{
	color: #dd2020;
}

h2{
	font-family: "Trebuchet MS", verdana, sans-serif; 
	font-size: 14pt;
	font-style: normal;
	color: black;
	margin-top: 0px;
	margin-bottom: 4px;
}

h3{
	font-family: "Trebuchet MS", verdana, sans-serif; 
	font-size: 10pt;
	font-style: normal;
	color: black;
	margin-top: 0px;
	margin-bottom: 2px;
}

td {
	font-size: 8pt;
	font-weight: normal;
}

textarea,input,select,checkbox
{
	background-color: white;
	background-repeat: no-repeat;
	border-color: black black black black;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 8pt;
}

.button{
	color: white;
	padding: 0px 0px 0px 14px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: #777777;
	border-color: black black black black;
	border-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}

.button:hover{
	color: white;
	padding: 0px 0px 0px 14px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: #665555;
	border-color: black black black black;
	border-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}
