/* rupture.css aaron deutsch aug 24 2004 */

/* general page settings */
BODY {
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	font-family: courier, georgia, serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	background-color: #663300;
	}

P	{
	font-family: courier, georgia, serif;
	font-size: 10pt;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}

LI	{
	font-family: courier, georgia, serif;
	font-size: 10pt;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}


.title	{
	font-family: courier, georgia, serif;
	font-size: 14pt;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

.subtitle	{
	font-family: courier, georgia, serif;
	font-size: 12pt;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

.supertitle	{
	font-family: courier, georgia, serif;
	font-size: 18pt;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

a	{
	font-family: courier, georgia, serif;
	font-size: 10pt; 
	color:#FFFFFF; 
	font-weight: bold;
	text-decoration: underline;	
	}

a:hover	{
	font-family: courier, georgia, serif;
	font-size: 10pt; 
	color:#FFCC00; 
	font-weight: bold;
	text-decoration: underline;	
	}

/* white text */
.white	{
	font-family: courier, georgia, serif;
	font-size: 9pt; 
	color:#FFFFFF; 
	font-weight: bold;
	text-decoration: none;
	}

a.white {
	FONT-FAMILY: courier, georgia, serif;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
	}

a.white:link,
a.white:active,
a.white:visited {
	FONT-FAMILY: courier, georgia, serif;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}

a.white:hover {
	FONT-FAMILY: courier, georgia, serif;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	COLOR: #FFCC00;
	TEXT-DECORATION: underline;
	}

.footer {
	background-image: url('http://www.rupture.net/rupturefooter.gif');
	background-color: #FF9900;
	border-left: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-right: 3px solid #000000;
	text-align: center;
	height: 95px;
	vertical-align: bottom;
	padding-bottom: 10px;
	}

.middle {
	width: 742px;
	border-left: 3px solid #000000; 
	border-right: 3px solid #000000;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FF9900;
	}

/* compatibility */
/* middle */
.spt3 {
	width: 742px;
	border-left: 3px solid #000000; 
	border-right: 3px solid #000000;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FF9900;
	}
/* title */
.spt2	{
	font-family: courier, georgia, serif;
	font-size: 14pt;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
