﻿body {
	background-color: #F2F3FF;
	margin: 0px;
	padding: 0px;

	background-image: url('/images/bg_blacktowhite_gradient.png');
	background-repeat: repeat-x; 
}

.header{
	width:100%;
	background-color:black;
	height:130px;
	color:white;
}


.loginBox
{
	position:relative;
	background-color:black;
	width:300px;
	height:130px;
	float:right;
}


.footer
{
	width:100%;
	background-color:black;
	color:white;	
	text-align:center;
	position:absolute;
	margin-top:5px;
}

a
{
  color:White;
  font-weight:bold;
}
a.visited
{
  color:White;
  font-weight:bold;
}

.footer a
{
  color:White;
  font-weight:bold;
  text-decoration:none;
  padding-right:10px;
}

.footer a.visited
{
  color:White;
  font-weight:bold;
  text-decoration:none;
  padding-right:10px;
}

.tableContainer
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height:410px;
}

.contentPanel
{
  background-color:black;
	height:410px;
	width:100%;
	text-align:left;
	font-size:17px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:white;
	vertical-align:text-top;
	font-family:Franklin Gothic Book;
	font-weight:normal;
	background-image: url('/images/bg_blacktowhite_gradient2.png');
	background-repeat: repeat-x; 
}

.featureBox
{
	position:absolute;
	display:block;
	width:233px;
	height:118px;
	background-color:#23509F;
	color:White;
	text-align:left;
	padding:0px;
	margin:0px;
	border:0xp;
	border-style:none;
}

.featureTextBox
{
  position:absolute;
  display:block;
  background-color:#23509F;
  width:222px;
  padding-left:8px;
  padding-right:3px;
  height:118px;
	top:3px;
	font-family:Arial;
	line-height:17px;
	border:0px;
	border-style:none;
	vertical-align:middle;
	font-size:small;
}

.actionsBox
{
	position:static;
	width:387px;
	height:150px;
	border:thin;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	border-style:solid;
	float:left;
}

a.flexamailLinks, a.flexamailLinks:visited
{
  color:White;
  font-weight:bold;
}

/* below are from signup */
.mylabel
{
    float:left;
    padding-left:50px;
    width:150px;
    height:30px;
    font-weight:bold;
}        
        
.rightCol
{
    width:300px;
    color:Black;
}

.aspLabel
{
    margin-left:auto;
    margin-right:auto;
    width:450px;
    height:30px;
    font-weight:bold;
    font-size:large;
    color:Red;
}
br
{
    clear:left;
}



/*From TandC.aspx */
.style1 {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	.style2 {
		font-size: small;
	}
	.style3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: small;
	}
	.style5 {
		font-size: x-large;
	}
	.style6 {
		font-size: medium;
	}
	
	
	.TandC {
	}
	
	.TandC a {
	  color:White;
	  font-weight:bold;
	}
	
		.TandC a.visited {
	  color:White;
	  font-weight:bold;
	}