﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/stripe_1.png);
}

.thinBorderblack
{
	border-right: white 5px solid;
	border-top: white 5px solid;
	border-left: white 5px solid;
	border-bottom: white 5px solid;
}

.thinBorderwhite
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-bottom: white 1px solid;
}

.tableborder
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-bottom: white 1px solid;
	border-left: white 1px solid;
}

.bottomfont
{
	color: black;
	font-size: 11px;
	font-family: Tahoma,verdana;
}

.botfont
{
	color: white;
	font-size: 12px;
	font-family: Tahoma,verdana;
}

.boldfont
{
	color: white;
	font-size: 12px;
	font-family: Tahoma,verdana;
}

.toprightfont
{
	color: white;
	font-size: 11px;
	font-family: Tahoma,verdana;
}

.leftfont
{
	color: #27a1d4;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma,verdana;
}

.titlefont
{
	color: #660000;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma,verdana;
}

.textfont
{
	color: white;
	font-size: 11px;
	line-height: 17px;
	font-family: Tahoma;
}

.headfont
{
	color: white;
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma;
	font-style: italic;
}

.textfont1
{
	color: #3f3d3c;
	font-size: 11px;
	line-height: 22px;
	font-family: Tahoma;
}

.blk
{
	color: black;
	font-size: 11px;
	font-family: Tahoma,verdana;
	text-decoration: NONE;
}
.blk:hover
{
	color: #3da7d9;
	font-size: 11px;
	font-family: Tahoma,verdana;
	font-weight: NONE;
}

.blk1
{
	color: White;
	font-size: 11px;
	font-family: Tahoma,verdana;
	text-decoration: NONE;
}
.blk1:hover
{
	color: Red;
	font-size: 11px;
	font-family: Tahoma,verdana;
	font-weight: NONE;
}

.blk2
{
	color: Yellow;
	font-size: 11px;
	font-family: Tahoma,verdana;
	text-decoration:underline;
}
.blk2:hover
{
	color: Red;
	font-size: 11px;
	font-family: Tahoma,verdana;
	font-weight: NONE;
}




.button
{
	width: 50px;
	font-size: 12px;
	height: 20px;
	border: 1px solid orange;
	margin: 1px;
	padding: 0px;
	background: white;
}
.buttonOver
{
	width: 50px;
	height: 20px;
	border: 1px solid Red;
	margin: 0;
	padding: 0px;
}

.textbox
{
	border-left: 1px inset Black;
	border-right: 1px inset Black;
	border-top: 1px inset Black;
	border-bottom: 1px inset Black;
	font-family: verdana,tahoma;
	background-color: white;
	font-size: 12px;
	height: 17px;
	color: #000080;
}

.textarea
{
	border-left: 1px inset Black;
	border-right: 1px inset Black;
	border-top: 1px inset Black;
	border-bottom: 1px inset Black;
	font-family: verdana,tahoma;
	background-color: white;
	font-size: 11px;
	height: 40px;
	color: #000080;
	width: 190px;
}


