p, body, td {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
}

h1 {
	font-family : Arial;
	font-size : 16px;
	color : #FFFFFF;
}

b {
	font-family : Arial;
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
}

a, a:link {
	font-family : Arial;
	font-size : 12px;
	color : #FF0000;
	text-decoration : underline;
}

a:visited {
	font-family : Arial;
	font-size : 12px;
	color : #FF0000;
	text-decoration : underline;
}

a:active {
	font-family : Arial;
	font-size : 12px;
	color : #FF0000;
	text-decoration : underline;
}

a:HOVER {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : underline;
}


a.nav:link {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

a.nav:visited {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

a.nav:active {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

a.nav:hover {
	font-family : Arial;
	font-size : 12px;
	color : #FF0000;
	text-decoration : none;
}

td.contentpad  { 
	padding: 10px;
}	

td.contentmenu  { 
	padding: 10px;
	border-left-style: solid; 
	border-left-color: gray; 
	border-left-width: 1px; 
	border-right-style: solid; 
	border-right-color: gray; 
	border-right-width: 1px; 
	border-top-style: solid; 
	border-top-color: gray; 
	border-top-width: 1px; 
}

td.contentmain  { 
	padding: 5px;
	border-left-style: solid; 
	border-left-color: gray; 
	border-left-width: 1px; 
	border-right-style: solid; 
	border-right-color: gray; 
	border-right-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: gray; 
	border-bottom-width: 1px; 
}

td.cellmain  { 
	padding: 10px;
	border-right-style: solid; 
	border-right-color: gray; 
	border-right-width: 1px; 
}