body, p, td, th, li, ol {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: black;
}
h1 {
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing :1px;
}
h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2, h3, h4, h5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.td_content {
	border-left: 1px solid #DDDDDD;
	padding-left: 10px; 
	padding-top: 10px; 
	padding-right: 10px;
	vertical-align: top;
}
.red {
	color: red;
}
.white {
	color: white;
}
.yellow {
	color: Gray;
	font-size: 14px;
	font-weight: bolder;
}
.text10 {
	font-size:10px;
}
.text14 {
	font-size:14px;
	padding-left: 20px; 
	padding-top: 10px; 
	padding-right: 20px;
	padding-bottom: 10px;
	font-weight: bolder;
}
.copy {
	font-size: xx-small;
}
a:link {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : underline;
	color : Blue;
}
a:visited {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : underline;
	color : #990000;
}
a:hover {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : #990000;
}
a:active {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : #990000;
}
a.cpy:link {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration : underline;
	color : blue;
}
a.cpy:visited {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration : underline;
	color : #990000;
}
a.cpy:hover {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration : none;
	color : #990000;
}
a.cpy:active {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration : none;
	color : #990000;
}
a.mnu:link, a.mnu:visited {
	color: White;
	height: 16px;
	font-size: 10pt;
	cursor:hand;
	font-weight: bold;
	text-align: left;
	padding-left : 5px;
	padding-top : 5px;
	text-decoration : none;
}
a.mnu:hover, a.mnu:active {
	color: Yellow;
	height: 16px;
	font-size: 10pt;
	cursor:hand;
	font-weight: bold;
	text-align: left;
	padding-left : 5px;
	padding-top : 5px;
	text-decoration : none;
}
hr {
	width: 80%;
	height: 1 px;
	color: Gray;
	text-align : center;
}