/* @group General Styles */

body {
	background-color: #000000;
	text-align: center; /* To Make Content Centered */
	margin-top: opx;
	font: 12pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
}

p { 
	font-size: 12pt;
	color: #cccccc;
}

b, strong { 
	color: #cccccc;
	font-size: 12pt;
	font-weight: bold;
}

a:link { 
	text-decoration: underline; 
	color: #706098;
}

a:visited { 
	text-decoration: underline; 
	color: #706098;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #706098;
}

img {
	border-style: none;
}

ul {
	list-style: circle;
	color: #706098;
}

ul li {
	padding: 0;
	margin: 0;
}
	
/* @end */

#header_logo {
	align: center;
	margin-left: 30px;
	padding-top: 1px;
	}

#header_menu {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: right; /* To Make Menu aligned to the Right */
	padding-top: 1px;
	}

#mainContent {
	margin-left: 20px;
	padding-top: 50px;
	text-align: right;
}

#allContent {
	text-align: center;
}

/* Footer copyright includes copyright notice*/
#footer_copyright {
	margin-right: 20px;
	margin-top: 2px;
	text-align: right;
	position-bottom: 1px;
	font-size: 8pt;
}