.bod{
	padding : 0px;
	margin : 0px;
	background-color:#303030;
	background-image: none;
}
body{
	padding : 0px;
	margin : 0px;
	background-image: url(images/bgmain.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.full{
	height:100%;
}
.top{
	background-image: url(images/swftop.jpg);
}
.main{
	background-image: url(images/bgmain.jpg);
}
td{
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
	color : #707070;
}
strong{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #3366ff;
	font-weight : bold;
}
a{
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	color : Navy;
}
a:hover{
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
	color : Blue;
}
b{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #303030;
	font-weight : bold;
}
.tableWithBorders th, .tableWithBorders td {
	border: 1px solid Gray;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
}

.tableWithNoBorders th, .tableWithNoBorders td {
	border: 0px solid Gray;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
}

.topPadding {
	padding-top: 36px;
}

.smallHeader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #303030;
	font-weight : bold;
}

.smallLink {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	color : Navy;
}

.newsFrameBorder {
	frameborder: 0;
	/*border: 1px solid gray;*/
	scrolling: no;
}

.line{
	border-bottom : 1px solid Gray;
	border-left : 0px solid White;
	border-right : 0px solid White;
}
.liner{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	border-bottom : 1px solid Gray;
	border-left : 0px solid White;
	border-right : 0px solid White;
}
.liner2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
}
.lineUp{
	border-left : 0px none White;
	border-top : 0px none White;
	border-bottom : 1px solid Gray;
	border-right : 1px solid Gray;
}
.eventUp{
	border-left : 0px none White;
	border-top : 0px none White;
	border-bottom : 1px solid Gray;
	border-right : 1px solid Gray;
}
.event{
	border-left : 0px none White;
	border-top : 0px none White;
	border-bottom : 1px solid Gray;
	border-right : 1px solid Gray;
	background-color: #d3e3fe;
	font-weight:bold;
}
.date{
	border-left : 0px none White;
	border-top : 0px none White;
	border-bottom : 1px solid Gray;
	border-right : 1px solid Gray;
	font-weight:bold;
}
input{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #303030;
}
.content{
padding-right:100px;
padding-top:15px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50;
}
.content2{
padding-right:100px;
padding-top:15px;
}
.left {
float: left;
clear: both;
vertical-align : middle;
}
.right {
float: right;
clear: both;
vertical-align : middle;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-transform: none;

}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
}

