/***********************************************/
/* RGS GLOBAL HI CONTRAST STYLE SHEET */
/* AUTHOR: Tom Knowles */
/* DESCRIPTION */

/*

	Governs hi contrast text
	
*/

/***********************************************/

.smalltext
{
	font-size: 100%;
}

.mediumtext
{
	font-size: 120%;
}

.largetext
{
	font-size: 140%;
}

img, object, embed
{
	display: none;
	border: none;
}

.textonly
{
	display: block;
	
}

h1 a span, h2 a span
{
	display: block;
	text-decoration: underline;
}

.separator
{
	display: none;
}


html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body
{
	line-height: 150%;
	color: #ffd800;
	background-color: #000000;
}

h1
{
	font-size: 180%;
	width: auto;
}

h2
{
	font-size: 150%;
	width: auto;
}

a
{
	color: #0099FF;
}

a:visited
{
	color: #00CCFF;
}

hr
{
	color: #ffd800;
	height: 1px;
	border: 0;
	background-color: #ffd800;
}

fieldset
{
	border: 1px solid #0099FF;
	padding:20px;
}

/* print only stuff (javascript gubbins) */

.printOnly 
{
    display: none;
}