body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #e6e4e5;
	font-size: 12px;
}
a.button {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	text-align: center;
	width: auto;
    border-top: 2px solid #808080;
	border-right: 2px solid black;	
	border-bottom: 2px solid black;	
	border-left: 2px solid #808080;
}
a.button:link { 	background-color: #990000; 	color: #ffffff;	text-decoration: none;	}
a.button:visited {	background-color: #990000; 	color: #ffffff;	text-decoration: none;	}
a.button:hover { 	background-color: #990000; 	color: #CCCCCC;	border-color: black #808080 #808080 black;	text-decoration: none;	}
a.button:active { 	background-color: #990000; 	color: #ffffff; 	text-decoration: none;	}

.nav a:link, .nav a:visited, .nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #C00;
	border-left: 1px solid #FFF;
	padding-left: 5px;
}
.nav a {
	border-left: 1px solid #333;
	padding-left: 5px;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
.otherlink a:link, .otherlink a:visited, .otherlink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.otherlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
.MouseType {
	font-size: 10px;
}
.TxtGreenItal {
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #006600;
}
.TxtOrangeItal {
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #FF6600;
}
.TxtRedItal {
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #CC0000;
}
.GraphicBorder {
	border: 1px solid #000000;
}
.bgDVD {
	color: #FFFFFF;
	background: #800000;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000000;
}
.bgDVD a:link, .bgDVD a:visited, .bgDVD a:active {
	text-decoration: underline;
	color: #ffffff;
}
.bgDVD a:hover {
	text-decoration: none;
	color: #ffffff;
}
.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}