body {
	font-family: 'Lucida Grande', sans-serif;
	background-color: rgb(141, 3, 3);
	color: rgb(255, 255, 255);
	font-size: 12px;
	
}

a:link {color: #FFFFFF; text-decoration: none; }
a:active {color: #FF2F44; text-decoration: none; }
a:visited {color: #FFFFFF; text-decoration: none; }
a:hover {color: #FF2F44; text-decoration: none; }

a.rgsred:link {color: #CC0000; text-decoration: underline; }
a.rgsred:active {color: #FF2F44; text-decoration: underline; }
a.rgsred:visited {color: #CC0000; text-decoration: underline; }
a.rgsred:hover {color: #FF2F44; text-decoration: underline; }

a.rgsred-noemphasis:link {color: #CC0000; text-decoration: underline; }
a.rgsred-noemphasis:active {color: #FF2F44; text-decoration: underline; }
a.rgsred-noemphasis:visited {color: #CC0000; text-decoration: underline; }
a.rgsred-noemphasis:hover {color: #FF2F44; text-decoration: underline; }

a.contentsHyperlink:link {color: #CC0000; text-decoration: none; }
a.contentsHyperlink:active {color: #FF2F44; text-decoration: none; }
a.contentsHyperlink:visited {color: #CC0000; text-decoration: none; }
a.contentsHyperlink:hover {color: #FF2F44; text-decoration: underline; }

.buttonsTable {
	border: 0;
}

.buttonsTableCell {
	border: 1px ridge #FF2F44;
	background-image: url(../images/redstripe_button.gif);
	height: 35px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

.contents {
	color: #333333;
	font-size: 12px;
	font-family: 'Lucida Grande', sans-serif;
}

.rgsred {
	color: #CC0000;
	font-weight: bold;

}
.buttonsTableCellActive {
	border: 1px ridge #FF2F44;
	background-image: url(../images/redstripe_button_active.gif);
	height: 35px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}
.Heading1 {
	font-size: 24px;
	font-weight: normal;
	color: #CC0000;
}
.Heading2 {
	font-weight: bold;
	color: #666666;
}
.Heading3 {
    font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.standardFont {
	font-size: 12px;
}

li {
	color: #333333;
}

.Heading1a {
	font-size: 18px;
	font-weight: normal;
	color: #CC0000;
}

.contentsHyperlink {
	color: #FF2F44; text-decoration: none;
}

.logoWatermarked {
	background-image: url(/images/RGSGlobeCogWebWatermark.gif); 
	background-repeat: no-repeat; 
	background-position: bottom right;
}

ul.rgsBullet {
	list-style-image: url(../images/rgs_bullet.png);
}

ul.noBullett {
	list-style: none;
}
