/*///////////////////////////////////////////////////////////////////////////////////*/
/*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 : #FD5CAE;
		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;
}
/*///////////////////////////////////////////////////////////////////////////////////*/
.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4043CD;
	background-color: #B4F5FF;
}
/*///////////////////////////////////////////////////////////////////////////////////*/
.bgColor {
	background-color: #B4F5FF;
}
/*///////////////////////////////////////////////////////////////////////////////////*/
.blackBgColor {
	background-color: #000000;
}
/*///////////////////////////////////////////////////////////////////////////////////*/
