﻿body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #c2bcbc;
	padding: 0px;
	margin: 0px;
	table-layout: fixed;
	background-color:black;	
}
a:hover {
	font-size: 14px;
	color: #FF3300;
	text-decoration: underline;
}
a:link {
	font-size: 14px;
	color: #c2bcbc;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #c2bcbc;
}
.textCenter {
		text-align: center;
	}
.textLeft {
		text-align: left;
	}
.textRight {
		text-align: right;
	}
a.menu:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
a.menu:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.textBox {
    font-size: 12px;
    font-family: "Courier New", Courier, monospace;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    background-color: #000000;
    border: 1px solid #000000;
    padding: 2px;
    margin: 2px;
}
.jhText {
	font-size: 14px;
	color: #fe6500;
}
.title{
    font-size: 14px;
    font-weight: bold;
}
.searchInput
{
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #CACACA;
    background-color: #333333;
    border: 1px solid #575757;
    padding: 2px;
    margin: 2px;
}
.picTD {
	background-color: #000000;
	border: 1px solid #313131;
}
.reg {
	font-size: 12px;
	background-color: #232323;
	border: 1px solid #313131;
	padding: 0px;
	margin: 0px;
}

