/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
body {
	background-image: url(../images/bg.jpg);
	margin-top: 0px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}
a:active {
	color: #333333;
}
.footertext {
	color: #FFFFFF;
}
a.footertext:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footertext:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footertext:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.footertext:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.left-div {
	background-image: url(../images/left-div.jpg);
	clear: left;
}	
.newsframe-top {
	background-image: url(../images/newsframe-top.jpg);
}	
.newsframe-bottom {
	background-image: url(../images/newsframe-bottom.jpg);
}	
.newsframe-left {
	background-image: url(../images/newsframe-left.jpg);
}	
.newsframe-right {
	background-image: url(../images/newsframe-right.jpg);
}	
.match-pitch {
	background-image: url(../images/Pitch-BG.jpg);
}	

/* Gallery */ 
.imagediv {
       border: solid #cccccc;
       width: 145px;
       height: 175px;
       float: left;
       padding: 2px 2px 2px 2px;
       margin-right: 2px;
       margin-bottom: 2px;
}

.imagesrc {
    display: block;
    vertical-align: middle;

}

img.gallery_i {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

/* End Gallery */
