body {
	margin: 0px auto;

	text-align: left;

	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 9pt;

	color: #707674;

	background: #FFFFFF;
	background-position: top-left;
	background-repeat: repeat-l;
}

/* Default <td> text and text size */
td {
	font-family: tahoma;
	font-size: 8pt;
	border-size: 1px;
	border-color: #b3aeae;
}

/* Links */
a:link, a:visited {
	text-decoration: none; font-weight: bold;
	color: #4b5250;
}

a:hover, a:active {
	text-decoration: none; font-weight: underline;
	color: #707674;
}


/* Page Wrapper */
div.wrapper {
	width: 100%;
	height: 100%;

	text-align: justify;
}


/* Box Formatting */
div.box {
	font-family: Arial;
	font-size: 7pt;
	line-height: 7pt;

	text-align: justify; 
	color: #595959;
}

/* Box Links */
div.box a:link {
	color: #000000;
}

div.box a:visited {
	color: #000000;
}

div.box a:hover {
	color: #DE4E8C;
}


/* Shake Image */
.shakeimage {
	position: relative;
}


div.main_header {
	padding: 0px;
	margin-bottom: 0px;

	width: 100%;

	background-color: #DE829B;
	text-align: right;

	font-family: Arial;
	font-size: 7pt;
	font-weight: bold;

	color: #DADBDC;
}


/* Main Page Body */
div.main_body {
	padding: 3px;
	padding-left: 4px;

	width: 100%;

	background-color: #B5B5B7;
	text-align: left;

	font-family: Arial;
	font-size: 7pt;

	color: #404040;
}




#masterdiv {
	width: 156px;
	text-align: left;
}


