/* MENUS & LINKS */
.MainMenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	text-decoration:none;
	color:white;
	cursor:pointer;
	cursor:hand;}
.MainMenuMouseOver {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	text-decoration:none;
	color:silver;
	cursor:pointer;
	cursor:hand;}
.MainMenuOn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	color:slateblue;}
.MainHeading {
	font-size:large;
	font-weight:bold;}
.PseudoLink {
	color:blue;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;}
.NormalCursor {
	cursor:auto;
	}

/* FORMS */
.FormTDLabel { /* The label side of the table */
	border:1px solid red;
	background:slateblue;
	color:white;
	font-weight:bold;}
.FormTDInput { /* The input side of the table */
	border:1px solid slateblue;}
.FormTextBox { /* The textbox within the input side of the table */
	font-size:10pt;
	border:none;
	width:100%;}
.FormTable { /* Main formatting for a table */
	border-collapse:separate;
	border:slateblue;
	font-family:Arial;
	font-size:10pt;}
input { /* For buttons add class="Bold" to html element */
	font-family:Arial;
	font-size:10pt;
	border:1px solid #C9CCB0;
	background-color:#FFFFFF;
	cursor:ponter;
	cursor:hand;}
	
/* ALIGNMENT */
.Right {
    text-align:right;}
.Left {
    text-align:left;}
.Center {
    text-align:center;}
.Top {
	vertical-align:top;}
.Middle {
	vertical-align:middle;}

/* COLOR */
.White {
    color:white;}
.Black {
	color:black;}
.Crimson {
	color:crimson;}
.SlateBlue {
	color:slateblue;}

/* TEXT - SIMPLE */
.Bold {
    font-weight:bold;}
.Italic {
	font-style:italic;}
.Underline {
	text-decoration:underline;}
.UpperCase {
	text-transform:uppercase;}
.Smaller {
	font-size:smaller;}
.Larger {
	font-size:larger;}	