/* Links */
a:link {
color: #000000;
background: inherit;
text-decoration : underline; 
padding : 0;
margin : 0;
}
a:visited {
color: #000000;
background : inherit; 
text-decoration : underline; 
}
a:hover {
color: #cc3333;
background : #f5f5f5; 
text-decoration : underline; 
}
a:active {
color: #000000;
background : inherit; 
text-decoration : none; 
}
.menutext {
color: #000000;
font-size: 13.1px;
}

a.menutext:link {color: #ffffff; text-decoration: none;}

a.menutext:active {color: #FFCC99; text-decoration: none;}

a.menutext:visited {color: #ffffff; text-decoration: none;}

a.menutext:hover {color: #cc3333; text-decoration: bold;}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11.1px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 13px;
	font-weight: bold;
}
td {
	margin-left: 6px;
	margin-right: 10px;
}

.tdcolumn {
	padding-top: 8px;
	padding-left: 8px;
		padding-right: 8px;
	}
	
.imghalf {
border-collapse: collapse; border-color:#FF7676; 
			border-right-width:1; border-right-style:solid;
			border-top-width:1; border-top-style:solid;
			border-left-width:1; border-left-style:solid;
			border-bottom-width:1; border-bottom-style:solid
			}