/* Main style sheet for Plasmadyne.com
   www.plasmadyne.com
   Started Sept .17, 2004 */

body {
	color:#97CDD5;
	margin-top:0;
	font-family: Verdana, Helvetica, san serif;
	font-weight: normal;
	background-color: #000000;
}

/* --- Link properties --- */

A:link {
	color:#FFC71C;
}
A:visited {
	color:#FFC71C;
}
A:hover {
	color:#D22D2D;
}

/* --- Classes --- */

/* --- This pformat classes allow the ability to indent paragraphs separately from the non-indented regtext classes --- */


 .pformat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000080;
}

/* --- Default text formats and complicated colors --- */

.regtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
}
.regtextWhite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
		color: #FFFFFF;
}

/* --- small headings, the formatting above and below is 0 so that they can be snugged up against other text without a regular <p></p> space --- */

.smlheadingB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	margin: 0em;
}
.smlheadingB_White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	margin: 0em;
	color: #FFFFFF;
	}
.smlheadingB_WhiteTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	padding-top: 0em;
	padding-bottom: 0px;
	margin: 0em;
	color: #FFFFFF;
	}	
.menu_WhiteTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	padding-top: 0em;
	padding-bottom: 0px;
	margin: 0em;
	color: #dddddd;
	cursor: hand;
	filter: Glow(Color=ffffff, Strength=1);
	}
.smlheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
}

/* --- Medium headings, the formatting above and below is 0 so that they can be snugged up against other text without a regular <p></p> space --- */

.medheadingWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	margin: 0em;
	color: #FFFFFF;
	}
.medheadingB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	margin-bottom: 0em;
	margin-top: 0em;
}
.medheadingGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	margin-bottom: 0em;
	margin-top: 0em;
	color: #009966;
	}
.medheadingPurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin: 0em;
	color: purple;
	}
.largeheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	margin: 0em;
	color: white;
}
.PageHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: center;
}

/* --- Text Colors --- */

.txtBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	}
.txtBrntOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #CC3333;
	}
.txtDkGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #006633;
}
.txtGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #008040;
}
.txtMagenta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #CC0066;
}
.txtMauve {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #CC3399;
}
.txtPurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: purple;
}
.txtRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.txtWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.parttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	color: #000080;
}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
}
