*
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body
{
	padding: 5px;
	margin: 0px;
	background-color: #DCDCDC;
}

#DivTop
{
	width: 100%;
	height: 25px;
	background-image: url(images/bgTop.png);
	background-repeat: repeat-x;
	border: 2px ridge;
	margin-bottom: 5px;
}

#DivLogin
{
	text-align: center;
	margin-top: 50px;
}

#DivLogin table
{
	border: 1px solid #7F9DB9;
	background-color: #EBEBEB;
}

#DivTitle
{
	float: left;
	width: 50%;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-left: 10px;
	text-align: left;	
}

#DivLogout
{
	text-align: right;
	float: left;
	margin-top: 5px;
	width: 48%;
}

#DivMain
{
	width: 100%;
}

#DivMenu
{
	float: left;
	width: 170px;
	text-align: left;
}

.DivMenu1
{
	width: 158px;
	text-align: left;
	border: 2px ridge;
	background-color: #EBEBEB;
	padding: 3px;
	line-height: 14px;
}

#DivContent
{
	float: left;
	width: 80%;
	vertical-align: top;
}

#DivContent h1
{
	text-align: left;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #7F9DB9;
}

.DivMemo
{
	margin-top: 2px;
	font-size: 9px;
	height: 60px;
	width: 400px;
	background-color: lightgray;
	border: 1px solid gray;
	overflow: auto;	
}

.button1
{
	color: #8B0000;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
}

.button2
{
	color: #8B0000;
	font-weight: bold;
	height: 22px;
	vertical-align: middle;
	cursor: pointer;
}

.button3
{
	color: red;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
}

.button4
{
	color: red;
	font-weight: bold;
	height: 20px;
	cursor: pointer;
}

.button5
{
	color: green;
	font-weight: bold;
	height: 20px;
	cursor: pointer;
}

.button6
{
	color: blue;
	font-weight: bold;
	height: 20px;
	cursor: pointer;
}

.msg1
{
	color: Red;
	font-weight: bold;
}

.msg2
{
	color: Green;
	font-weight: bold;
}


.link1
{
	color: #8B0000;
	font-weight: bold;
	text-decoration: none;
}

.link1:hover, .link2:hover, .link3:hover
{
	text-decoration: underline;
}

.link2
{
	color: #8B0000;
	font-weight: normal;
	text-decoration: none;
}

.link3
{
	color: Blue;
	font-weight: normal;
	text-decoration: none;
}

.link4
{
	color: Black;
}

.link4:hover
{
	text-decoration: none;
}


h2
{
	color: #8B0000;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	text-align: center;
	border-bottom: 1px solid #7F9DB9;
}

.TableData
{
	border: 1px solid #7F9DB9;
	background-color: #EBEBEB;
}

.TableData caption
{
	text-align: right;
	padding-bottom: 3px;
}

.TableData th
{
	background-color: #A3BAD1;
	text-align: center;
}

.TableData2, .TableData3
{
	border: 1px solid #7F9DB9;
	background-color: #EBEBEB;
}

.TableData2 th
{
	background-color: #A3BAD1;
	text-align: right;
	padding: 5px;
}

.TableData3 th
{
	background-color: #A3BAD1;
	text-align: right;	
}

.TableData3 td
{
	text-align: center;
}