/* CSS Document */
/*///////////////////////////////////////////////////////////////////////////////////*/
/*MAIN PAGE SETUP*/
body,html { 
		background-color: #000000;
    margin-top: 0px;
    margin-right: 0px; 
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px; 
    padding-bottom: 0px;
    padding-left: 0px; 
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    height: 100%; 
    width: 100%; 
		scrollbar-base-color : #EC0000;
		scrollbar-arrow-color : #FFFFFF;
} 
/*///////////////////////////////////////////////////////////////////////////////////*/
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
	

}
/*///////////////////////////////////////////////////////////////////////////////////*/
.bgMain {
	background-image:url(../images/all/video/bgMain.gif);
	background-repeat:repeat-y;
}
.whiteBgPicBig {
	background-image:url(../images/all/pics/whiteBg.gif);
	width: 324px;
	height: 227px;
	vertical-align: middle;
}
.whiteBgPicSmall {
	background-image:url(../images/all/pics/whiteBg.gif);
	width: 117px;
	height: 113px;
	vertical-align: middle;
}
.whiteBg {
	background-color:#FFFFFF;
}
.whiteText {
 	font-size:13px; 
	color: #FFFFFF; 
	font-family: Arial, Verdana;
	font-weight:bold;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#FF0000;
}
/*///////////////////////////////////////////////////////////////////////////////////*/
