body
{ 
    position: relative;
    background: url(images/bg.gif) repeat left top;
	width: 100%;
	height: 100%;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
    line-height: 130%;
    border: 0px;
	margin: 0px;
	padding: 0px;
}


h1 
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 140%;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
}

h2 
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
}

p 
{
    margin-top: 12px;
    margin-bottom: 12px;
}

td 
{
    vertical-align: top;
    text-align: left;
	
}

table.admin tr td {
	background-color: #DADADA;
}

table.admin tr th {
	background-color: #CACACA;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 130%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
    
.align_center_to_left
{
    position: relative;
    right: 50%;
    float: right;
}

.align_center_to_right
{
    position: relative;
    z-index: 1;
    right: -50%;
}

.copyrights 
{
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 130%;
	color: #FFFFFF;
	text-decoration: none;
}

.nowrap
{
    white-space: nowrap;
}

.txtbold 
{
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
}

.txtboldi 
{
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	font-style: italic;

}

.textbox 
{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	border: 1px solid #000000;
	height: 20px;
	width: 150px;

}

.mlinetextbox 
{

	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	border: 1px solid #000000;
	height: 90px;
	width: 190px;
}

.buttuns 
{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	height: 24px;
}

.input2 
{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	height: 20px;
	width: 50px;
	border: 1px solid #000000;
}

.linkh:link 
{
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 130%;
	color: #0033cc;
	text-decoration: none;
}

.linkh:visited 
{
    font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 130%;
	color: #0033cc;
	text-decoration: none;
}

.linkh:hover 
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 130%;
	color: #993300;
	text-decoration: underline;
}

.linkh:active 
{
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 130%;
	color: #0033cc;
	text-decoration: none;
}

.red
{
    color: #9b0600;
}