


HTML
{
	height: 100%;
}

BODY
{
    COLOR: black;
    BACKGROUND-COLOR: White;
	FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif;
	FONT-SIZE:smaller;
	
	margin-top: 0px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 0px;
	
	text-align:center;
	height: 100%;
}
FORM
{
	background-color: White;
	
	
	/* IE and Firefox handle div height a bit differently. We
	need this stuff to get them to both work properly. */
	height: auto!important;
	height: 100%;	
	margin: 0 auto;
	margin-bottom: 50px;
}

textarea
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

TABLE
{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}




Table.OuterTable
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-style:none;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	background: "#ffccff";
}


Table.FormTable
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: "#ffccff";
	border-style:solid;
	border-color:"#ffbbdd";
	border-width:thin;
}

Table.FormTable tr
{
	
}

Table.FormTable td.FormLabel
{
	text-align: right;
}

Table.FormTable tr.FormTitle
{
}

Table.FormTable tr.FormCenteredRow
{
	text-align: center;
}



div.FormTable
{
    border: none;
    background-color: #fff;
    margin: 0px auto;
    width: 475px;
    overflow: auto;
}

div.FormRow
{
	clear: both;
    padding-top: 2px;
    height: 24px;
}

div.FormSubmitRow
{
	clear: both;
    padding-top: 5px;
    text-align: center;
    height: 24px;
	width: 475px;
	float:left;
}

div.FormTable div.FormRow span.FormLabel
{
	float: left;
    width: 150px; 
    text-align: right;
}

div.FormTable div.FormRow span.FormInput
{
	float: right;
    width: 320px;
    text-align: left;
}

table.DataTable
{
	width: 650px;
	border: 0px;
	margin: 0px auto;
}


div.spacer
{
	clear: both;
    margin: 0px auto;
}



.Tabs 
{
	FONT-WEIGHT: bold; 
	BACKGROUND-COLOR: LightSeaGreen;
	height: 20px;
	width:100px;
}

.TabsColumn
{
	width: 13%;
	height: 30px;
	text-align: center;
	vertical-align:middle;
	
}

.TabsTable
{
	width: 100%;
	height: 30px;
}


A:link
{
    COLOR: Navy;

    TEXT-DECORATION: none
    
}
A:visited
{
    COLOR: Navy;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: red;
    background-color: #ffff66;
}

TABLE
{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}









HR
{
    COLOR: #3366cc;
    BACKGROUND-COLOR: white
}


td
{
	FONT-SIZE: small
}





.myLink
{
	
	color:Black
	
}


