/* MAIN BODY STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #3a3a3a;
	background-image: url(../images/bg2.png);
	background-repeat:repeat-x;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	list-style-type: circle;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	min-width:950px;
	text-align:center;
	vertical-align:middle;
}

object { 
	outline:none;
}


/* SPECIAL DEFINED STYLES */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.topShadow {
	height:100%;
	width:100%;
	background-image:url(../images/topshadow.png);
	background-attachment:fixed;
	background-position:top;
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	margin-bottom:0px;
}
.rightShadow {
	height:100%;
	width:50px;
	background-image:url(../images/rightshadow.png);
	background-repeat:repeat-y;
	float:right;
}
.leftShadow {
	height:100%;
	width:50px;
	background-image:url(../images/leftshadow.png);
	background-repeat:repeat-y;
	float:left;
}
.bottomShadow {
	height:100%;
	width:100%;
	background-image:url(../images/bottomshadow.png);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	margin-bottom:0px;
}

.bodyWrapper {
	height:600px;
	width:100%;
	margin:0px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
}

.contentWrapper {
	width:700px;
	margin:0px 0px 0px 0px;
	margin-left: auto ;
	margin-right: auto ;
}