body
{
	font-family: verdana,helvetica; 
	font-size: 10pt;
	padding: 5;
	background: black;
	color: silver;
	border: 0px solid black;
        margin-left: 0;
        margin-top: 0; 
        margin-height:0;
        margin-width:0;
}

.bigText
{
        font-size: 18pt;
}

.mediumText
{
        font-size: 12pt;
}

.silver
{
        color: silver;
}

a  
{
        text-decoration: none;
        color: silver;
}

a:hover 
{
         color: '#820082';
}

.containerBox
{
	width:800px;
	display:table;
}

.microFloatingBox
{
	float:left;
	width:100px;
}

.miniFloatingBox
{
	float:left;
	width:150px;
}

.smallFloatingBox
{
	float:left;
	width:200px;
}

.mediumFloatingBox
{
	float:left;
	width:300px;
}

.largeFloatingBox
{
	vertical-align:top; 
	float:left; 
	width:500px;
}

.megaFloatingBox
{
	vertical-align:top; 
	float:left; 
	width:600px;
}

.thinPadding
{
	padding: 2px 2px 2px 2px; 
}

.plumpPadding
{
	padding: 5px 5px 5px 5px; 
}

.fatPadding
{
	padding: 10px 10px 10px 10px; 
}

.boxCenter
{
	margin-left: auto ;
	margin-right: auto ;
}

.boxOutline
{
	border: solid 1px #663300;
}

.noWrap
{
	white-space:nowrap;
}

.wrap
{
	white-space:pre-wrap;
	word-wrap: break-word;
}

pre 
{
        white-space: pre-wrap;       /* css-3 */
        white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
        white-space: -pre-wrap;      /* Opera 4-6 */
        white-space: -o-pre-wrap;    /* Opera 7 */
        word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.noShow
{
        display:none;
}

.crankyText
{
        font-family: Courier New;
        font-size: 10pt;
}

.notice
{
	color: Red;
}

.rightJustify
{
	text-align:right;
	position:relative;
}

.leftJustify
{
	text-align:left;
	position:relative;
}

.center
{
	text-align:center;
	position:relative;
	vertical-align:middle;
}
