﻿body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}
input,select,textarea{
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table{
	font-size: 100%;
	line-height: 20px;
}
tr{
	vertical-align: top;
}

h1,h2,h3
{
	font-size: 120%;

}

a{
	color: #333366;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

.smalltext
{
	font-size: 80%;
}

.pad10{
	padding: 10px;
}

.alignR{
	text-align: right;
}

.borderR{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.borderL{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.borderT{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.borderB{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.border{
	border: 1px solid #000000;
}

.bold{
	font-weight: bold;
}

table#PageTable{
	width: 100%;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
}	
div#LeftMenu{
	height: 350px;
	width: 155px;
	position: absolute;
	left: 10px;
	top: 230px;
}

.SearchBox
{

}

.msg
{
	color:Red;
	font-weight:bold;	
}