/* Main style sheet for meteoriteman.com
   www.meteoriteman.com
   Started Oct, 9, 2006 */

body {
	color:#FFFFFF;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	font-family: Verdana, Helvetica, san serif;
	font-weight: normal;
	background-color: #000000;
}

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

A:link {
	color:#9191FF;
	text-decoration: none;
}
A:visited {
	color:#9191FF;
	text-decoration: none;
}
A:hover {
	color:#FF3417;
	text-decoration: none;
}
:focus, :active { outline: 0; }

/* --- Classes --- */

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

.regtext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
}
.brdclr{
    border-style: solid;
	border-color: #B9D0DB;
	border-width: 2;
}
.brdrclrtop {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B9D0DB;
	padding: 5px;
    }
.cellspace {
	padding: 5px;
    }
.regtextAlt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
}
.regtextAlt  A:link    { 
	color: #9FC4FF; 
	text-decoration: none 
}
.regtextAlt  A:visited  { 
	color: #9FC4FF; 
	text-decoration: none; 
}
.regtextAlt  A:hover  { 
	color: #FF0000; 
	text-decoration: none;
}
/* --- 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_White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	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;
	}	
.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 --- */

.medheading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	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;
	color: #FFFFFF;
}
.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;
}
.greenTxt {
	color: #A4F46F;
}
.redTxt {
	color: #FF0000;
}
li {
	list-style-image: url(graphics/bullet.gif);
}