@charset "utf-8";
/*
Theme Name: Viral Mail Profits
Theme URI: http://blackhatgraphics.com/
Description: The Original VMP Theme.
Version: 1.0
Author: Jamison Raymond
*/



body {
	margin-top: 0px;
	background-color: #001F4E;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.indexWrapper {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	text-align: center;
}

#bg {
	background-image: url(images/index_bg.jpg);
	height: 100%;
	width: 1060px;
	background-color: #001F4E;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
       text-align: left;
}

#indexheader {
	background-image: url(images/index_header.png);
	background-repeat: no-repeat;
	height: 177px;
	width: 837px;
}
#indexcontent {
	background-image: url(images/index_main.png);
	background-repeat: repeat-y;
	width: 837px;
}
#maincontent {
	width: 780px;
	overflow: auto;	
}

#indexfooter {
	background-image: url(images/index_footer.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 837px;
}


/* End Various Tags & Classes*/

.membertd {
	font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
	font-size: 11pt;
	background-image: url(images/membertd_bg.jpg);
	background-repeat: repeat;
}

.membertdbold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    font-size: 11pt;
	font-weight: bold;
	background-image: url(images/membertd_bg.jpg);
	background-repeat: repeat-x;
}

.formlabel {
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt;
}

.formlabelbold {
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt;
	font-weight: bold;
}

