body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #515161;
}
td {
	font-family: Verdana, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: url(../images/bell_bullet.gif);
}
li {
	list-style-position: outside;
	vertical-align: middle;
	list-style-image: url(../images/bell_bullet.gif);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FFFFFF;
}
h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #ffffff;
}
h4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
h5 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
b {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
hr {
		height: 1px;
}
div.box {
	display: block; /* box with visible border, background colour */
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto; /* to center it - firefox */
	width: 500px;
	background-color: #fff;
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	padding: 2%;
	text-align: justify;
}
div.ends {
	display: block;
	margin-left: auto;
	margin-right: auto; /* to center it - firefox */
	width: 80%;
	background-color: #515161;
	border-color: #999;
	border-style: solid;
	border-width: 2px;
	padding: 0px 2% 0px 2%;
	text-align: justify;
	border-top-style: none;
	border-bottom-style: none;
}
.tiny {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff
}
.link {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #515161;
	text-decoration: none;
	background: Green;
}
.tinywight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF
}
a {
	font-family: Verdana, Helvetica, sans-serif;
	color: #ffff66;
	text-decoration: none;
	}
a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	color: Black;
	text-decoration: underline;
	background: White;
}
.tinygreen {  
 	font-family: verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff
}	
.tinygold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: green;
	background: green;
}
.table {
	border: 2px solid White;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	background-color: #515161;
}
.rollover a {
	display: block;
	border: 1px solid #808080;
	width:200px;
	height: 21px;
	background-color: #515161;
	font-weight: bold;
	font-size: 12px;
	font-family: "Verdana";
	color: #ffff66;
	text-decoration: none;
	line-height: 160%;
}
.rollover a:hover {
	display: block;
	border: 1px solid #ffff00;
	width: 200px;
	height: 21px;
	background-color: #404050;
	font-weight: bold;
	font-size: 12px;
	font-family: "Verdana";
	color: #ffffff;
	text-decoration: none;
	line-height: 160%;
}
.rollover a:active {
	display: block;
	border: 1px solid Silver;
	width: 200px;
	height: 21px;
	background-color: #616171;
	font-weight: bold;
	font-size: 12px;
	font-family: "Verdana";
	color: #ffffff;
	text-decoration: none;
	line-height: 160%;
}