/* Css Document
main.css | Made LVNVUS Jul 30th, 2003
 mike pouncy | pouncy_1[a]hotmail.com
---------------------------- */


/* MainStyles
---------------------------- */

body	{
	margin:0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, sans-serif, Modern;
	color: #000;
	font-size: 100%; 
	}
div, p, th, td, li, dd, dl, dt, input, textarea    {
	/* redundant selectors to help NS4 not forget */
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, sans-serif, Modern;
	}
textarea, input {
	font: bold 0.8em System, Courier, Fixedsys, "Trebuchet MS", "Courier New";
	display: inline;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	}
form {
	padding:0px;
	margin:0px;
	}
caption {
	font-weight: bold;
	}
a	{
	text-decoration: none;
	font-weight: bold;
	color: blue;
	background-color: transparent;
	background-image: none;
	}
a:link, a:visited, a:active	{
	text-decoration: none;
	}
a:hover	{
	text-decoration: underline;
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
p 	{
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}	
h1	{
	font-size:	24px;
	}
h2	{
	font-size:	22px;
	}
h3	{
	font-size:	20px;
	}
h4	 {
	font-size:	18px;
	}
h5	{
	font-size:	14px;
	}
h6	{
	font-size:	12px;
	}	
h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #222;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
img	{
	/* turns off gaps around images */
	display: block;
	border:	0;
	}
a img {
	color: white;
	border-style: none;
	}
code, tt, pre	{
	font: 10px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}

/* ImportStyles
---------------------------- */
@import url("/css/sophisto.css")
/* End Main.Css
---------------------------- */