﻿body 
{
	font-family: Arial, Century, Times New Roman;
	font-size: 16px;
	color: Black;
}
td
{
	font-family: Arial, Century, Times New Roman;
	font-size: 16px;
	color: Black;
}
.header 
{
	background-color: Maroon;
	border-color: Black;
	border-style: double;
	border-width: medium;
	font-family: Arial, Century, Times New Roman;
	font-size: x-large;
	font-weight: bold;
	color: White;
	width: auto;
	height: 60px;
	vertical-align:middle;
}

.mastertable
{
	width: 100%;
	height: 100%;
}
.outer
{
	border-width:thin;
}
.contentpane
{
	width: 100%;
}
.footer
{
	border-top-style: groove;
	border-top-width:thin;
	text-align: center;
}
.step1tablecell
{
	text-align: left;
	padding-right: 20px;
	padding-bottom: 10px;
	border-style: none;
}
.step1table
{
	width: 100%;
	border: solid 1px #ffffff;
}
.button
{
	background-color: Maroon;
	border-style: double;
	border-width: medium;
	border-color: Black;
	font-weight: bold;
	color: White;
}

.skillsdiv
{
	display: none;
}

a.linkbutton
{
	color:Black;
	text-decoration: none;
}
INPUT
{
	font-family: Arial, Sans-Serif;
	font-size: 16px;
}
SELECT
{
	font-family: Arial, Sans-Serif;
	font-size: 16px;
}
TEXTAREA
{
	font-family: Arial, Sans-Serif;
	font-size: 16px;
}

