/* CSS Document */
#wrapper {
	position: relative;
	z-index: 1;
	width: 966px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
}

td img {display: block;}body {
	background-color: #000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}

.r {
	color:#000;
	}
.r:link {
	color:#000;
	text-decoration: underline;
	}
.r:visited {
	text-decoration: underline;
	color: #666;
	}

.r:hover {
	color:F00;
	text-decoration: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
	color: #FFF;
}
h2 {
	font-size: 18px;
	color: #FFF;
}
h3 {
	font-size: 14px;
	color: #FFF;
}
h4 {
	font-size: 12px;
	color: #000;
}
h5 { font-size: 14px;
     color: #000
}
.boxpadding {
	padding: 10px;
}

.class2{
	color: #FFF
}

.class2 A:link {text-decoration: underline; color:#FFF }
.class2 A:visited {text-decoration: underline; color:#CCC}
.class2 A:active {text-decoration: underline }
.class2 A:hover {text-decoration: none; color: red;}

.class3{
	color: #000
}

.class3 A:link {text-decoration: underline; color:#ccc }
.class3 A:visited {text-decoration: underline; color:#000}
.class3 A:active {text-decoration: underline }
.class3 A:hover {text-decoration: none; color: red;}

.smalltext {
	font-size: 10px;
}

.blacktext {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.centering {
	text-align: center;
}
.imageborder {
	border: thin solid #000;
}
black link {
	display: marker;
}
.centeredImage {
    display: block;   
	margin-left: auto;   
	margin-right: auto;
    }
