body,td,th,a {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 1.8em;
}
body {
	background: #000;
	margin: 0px;
	color: #FFF;
}

a, a:link, a:visited, a:active, a:hover { color: #333; }

a, a:link, a:visited, a:active { text-decoration: none; }

a:hover {
	text-decoration: underline;
	background: #EEE;
}

a.rwTitle, a.rwTitle:link, a.rwTitle:active, a.rwTitle:visited {
	font-size: 12px;
	text-decoration: none;
	color: #FF4EA1;
}

a.rwTitle:hover {
	font-size: 12px;
	text-decoration: underline;
	background: #EEE;
}

.m { margin: 0px; }

.m20 { margin: 20px; }

.b { border: none; }

.o { overflow: hidden; }

.p { padding: 0px; }

.pink { color: #FF4EA1; }

.green { color: #6C9; }

.silver { color: #777; }

.white { color: #FFF; }

.darkgray { color: #333; }

#toplevel, #midcon, #midconL1, #header {
	top: 0px;
	left: 50%;
}

#toplevel {
	bottom: 100%;
	right: 100%;
	width: 1200px;
	height: 2000px;
	background: transparent url('TLBG.jpg') 50% 0px no-repeat;
}

#midcon, #midconL1 {
	width: 1200px;
	height: 2000px;
}

#midcon {
	background: transparent url('MidConBG.jpg') 50% 0px repeat-y;
}

#midconL1 {
	background: transparent url('L1BG.jpg') 50% 0px repeat-y;
}

#header, #welcome, #RWHolder, #RWTitle, #RMTitle, #RMContent, #WWTitleHolder, #WWHolder, .WWTitle1, .WWTitle2, .RWRow, .RWC1, .RWC2, .peers, #copyright {
	background: transparent;
}

#header {
	width: 1200px;
	height: 300px;
}

#mainContainer {
	width: 760px;
	height: 1240px;
	margin: 20px 220px 40px 220px;
	background: transparent;
}

.TitleHolder {
	width: 760px;
	height: 40px;
	margin: 60px 220px 20px 220px;
}

.TitleHolder2 {
	width: 760px;
	height: 40px;
	margin: 40px 220px 20px 220px;
}

.infoHolder {
	width: 760px;
	height: 40px;
	margin: 5px 0px;
	text-align: left;
	background: transparent;
	border-bottom: 1px dotted #EEE;
}

.name {
	font-size: 14px;
	text-align: left;
	padding-bottom: 0px;
	margin: 0px;
	border-bottom: 1px dotted #FF4EA1;
}

.RWTitleText {
	font: Arial, Helvetica, Verdana;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

.peers {
	left: 50%;
	width: 760px;
	height: 80px;
	margin: 20px 220px;
}

#copyright {
	left: 50%;
	width: 760px;
	height: 40px;
	margin: 20px 220px;
}

.title1, .title2, .desc1, .desc2 {
	font: Arial, Helvetica, Verdana;
	font-weight: normal;
	text-align: left;
}

.title2 {
	text-indent: 2px;
}

.title1 {
	font-size: 20px;
}

.title2, .desc1, .desc2 {
	font-size: 11px;
}

.desc1 {
	text-indent: 40px;
}

.textinput, .textarea {
	font-family: Arial, Helvetica, Verdana;
	border-top: 1px dotted #FF4EA1;
	border-bottom: 1px dotted #FF4EA1;
	border-left: none;
	border-right: none;
	margin: 10px 0px;
	padding: 10px 0px;
	color: #333;
	background: transparent;
}

.textinput:hover, .textarea:hover {
	background: #EEE;
}

.textinput {
	font-size: 20px;
}

.textarea {
	font-size: 16px;
	font-weight: bold;
}

.codebutton {
	background: #FFF;
	width: 160px;
	height: 40px;
	border: 2px solid #CCC;
}

.codebutton:hover {
	background: #EEE;
}

.crt {
	text-align: center;
	font: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: normal;
}

.bi {
	margin: 0px 10px;
	float: left;
}