/**********************************************
name:		all.css
author:	Ed Slicer
date:		02.04.03
**********************************************/

body {
	background-color: #9886a0;
	font-family: helvetica, arial, sans-serif;
	color: #000;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	}
/*/*/a{}
body {
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
	}
html>body {
	font-size: medium;
	}  
/* */

/**********************************************
links
**********************************************/

a:link {
	color: #00f;
	text-decoration: none;
	}

a:visited {
	color: #00f;
	text-decoration: none;
	}

a:active {
	color: #00f;
	text-decoration: none;
	}

a:hover {
	color: #808;
	text-decoration: underline;
	}

/**********************************************
x-small font
**********************************************/

.xsm {
  font-size: 10px;
	}
/*/*/a{}
body .xsm {
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}
html>body .xsm {
	font-size: x-small;
	}
/* */

/**********************************************
small font
**********************************************/

.sm {
	font-size: 12px;
	}
/*/*/a{}
body .sm {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}
html>body .sm {
	font-size: small;
	}
/* */

/**********************************************
medium font
**********************************************/

.med {
	font-size: 14px;
	}
/*/*/a{}
body .med {
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
	}
html>body .med {
	font-size: medium;
	}
/* */

/**********************************************
large font
**********************************************/

.lrg {
	font-size: 16px;
	}
/*/*/a{}
body .lrg {
	font-size: medium;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: large;
	}
html>body .lrg {
	font-size: large;
	}
/* */

/**********************************************
styles
**********************************************/

#main {
	background: #fff;
	width: 600px;
	font-family: helvetica, arial, sans-serif;
	margin: 0px auto;
	}

#subfooter {
	width: 600px;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	padding: 15px 0px 5px 0px;
	margin: 0px auto;
	}

#subfooter a:hover {
	background: #ccc;
	color: #808;
	}

#footer {
	width: 600px;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	}

#footer a:hover  {
	background: #ccc;
	color: #808;
	}

td img {
	display: block;
	}

.hline {
	border-bottom: 1px solid #000;
	}

.vline {
	border-left: 1px solid #000;
	}

.box {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}
