﻿body
{
	font-family: Calibri;
}
div#main
{
	vertical-align: middle;
	margin-top: 100px;
}
.MainTable
{
	font-family: Calibri;
}
img.imgLogo
{
	height: 100px;
	width: 280px;
}
.h1
{
	float: right;
	margin-left: 9px;
	margin-right: 20px;
}
.btnLogin
{
	margin-left: 8px;
	height: 22px;
	width: 80px;
}
.tdHeight
{
	height: 26px;
}
td.tdHeader
{
	font-family: Calibri;
	color: #cd8b06;
	font-size: 18px;
	font-weight: bold;
}
img.imgLine
{
	height: 1.8px;
	width: 280px;
}
caption
{
	font-size: 18px;
	font-weight: 500;
	color: #808080;
	height: 28px;
}
td.tdLabel
{
	color: #808080;
}
.textbox
{
	width: 150px;
}

/* For Login Page*/
a
{
	text-decoration: none;
	color: gray;
	font-weight: bold;
	font-family: Calibri;
	font-size: smaller;
}
a:link
{
	color: gray;
}
/* unvisited link */
a:visited
{
	color: gray;
}
/* visited link */
a:hover
{
	color: #ff9933;
}
/* mouse over link */
a:active
{
	color: #ff9933;
}
