﻿body
{
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	font-family: Tahoma;
	vertical-align: middle;
}
a:visited
{
	font-size: medium;
	color: #800000;
	text-decoration: none;
	width: 95%;
	height:95%;
}
a:hover
{
	color: #800000;
	text-decoration: none;
	width: 95%;
	height:95%;
	font-weight: bold;
}
a:link
{
	font-size: medium;
	color: #800000;
	text-decoration: none;
	width: 95%;
	height:95%;
}

.MasterTable
{
	width: 1000px;
	height: 500px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFCCCC;
}
.TableTDTR
{
	vertical-align: middle;
	text-align: center;
}
.Header
{
	height: 90px;
	width: 100%;
	vertical-align: top;
}
.HeaderLanguages
{
	width: 100px;
	vertical-align: top;
	text-align: center;
}

.Footer
{
	height: 50px;
}

.TextBox
{
	width: 200px;
}
.TextBoxPass2
{
	width: 185px;
}
.LabelBold
{
	font-size: large;
	font-weight: bold;
	color: #800000;
}
