/* Default CSS */
/* Last edited CrackZ 31/1/10 */

a:link { color: #00ffff; } /* LINK */
a:visited { color: #00FFFF; } /* VLINK */

body {
	background-color: #000000;
	background-image: url('../Images/mainbg.gif'); /* BACKGROUND */
	color: #FFFFFF; /* TEXT */
	margin: 0px auto 0px auto; /* top right bottom left margins auto = centering */
	padding: 15px; /* image & text padding of 15px */
	width: 90%;
}

h2 {
	text-align: center;
	text-decoration: underline;
}

h3 {
	text-decoration: underline;
}

hr {
	border: 1px solid #C0C0C0; /* NOSHADE equivalent */
	width: 55%;
}

html {
	background-image: url('../Images/sidebar.jpg');
}

img {
	border: 0px; /* BORDER=0 */
}

/* Red & Greenball Image */

img.rg_ball {
	height: 6px;
	vertical-align: center;
	width: 6px;
}

p {
	font-family: :"Times New Roman";
	margin-bottom: 15px; /* these 2 lines control the */
	margin-top: 25px; /* spacing of the <p> tag */
}

p.small	{
	font-size: small;
	margin-bottom: 5px; /* these 2 lines control the */
	margin-top: 5px; /* spacing of the <p> tag */
	text-align: center;
}

p.xsmall {
	font-size: x-small;
	margin-bottom: 5px; /* these 2 lines control the */
	margin-top: 5px; /* spacing of the <p> tag */
	text-align: center;
}