/* CSS Document */
#centerPage 		
{ 
	width:70.25em;
	margin-left:auto; 
	margin-right:auto; 
} /* "auto" makes the left and right margins center the wrapper */

div{
	position:relative;
	display:block;
}
.DivNoHeight{
	height:0em;
}
.GlobalErrorDiv{
	padding: .63em;
	background: #FFD7D7;
	border: solid #FF3300;
	border-width: 1px;
	text-align:center;
}
DIV.Login{ 
	padding:.63em;
}
.GreyBox{
	background:#F2F2F2; 
}
.GreyBorder, .GreyBox {
	border:1px solid #CCCCCC; 
	 
}

.selectBox1 {
	font-size:16px; 
	height:1.5em;
	width:4em;
}
.selectBox2 {
	font-size:16px; 
	height:1.5em;
	width:7.5em;
}
.selectBox3 {
	font-size:16px; 
	height:1.2em;
}
.selectBox4 {
	font-size:16px; 
	height:1.5em;
	width:3.5em;
}
.textBox {
	font-size:16px; 
	height:1.2em;
	width:10.5em;
}
.textBox0 {
	font-size:16px; 
	height:1.2em;
	width:8em;
}

.formHeight{
	height:1.2em;
}
.radioBox{
	font-size:16px; 
	width:0.81em; 
	height:0.88em;
}

/*Links*/
.title, .smallNote, .smallNoteBold, .normalText, .error, .normalNoFontWeight, .text  {font-family: "Lucida Sans Unicode","Lucida Grande", "sans-serif"}
.title { font-size:1.5em; color:#000000;}
.smallNote { font-size:.8em; color:#000000;}
.smallNoteBold { font-size:.8em; color:#000000;font-weight:bold; }
.smallSearchResultsText { font-size:.6em; color:#000000;}
.errorText { font-size:.8em; color:#FF0000; font-weight:bold;}
.normalText { font-size:1em; color:#000000; font-weight:100;}
.normalNoFontWeight{ font-size:1em; color:#000000;}

a:link {
	color: #FF6633;
}
a:visited {
	color: #FF6633;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
a:focus {
	color: #000000;
}

.orangeHighlight {
	color:#ff7744;  /*Web Smart*/ 
}

.font1{
	font-size: 10px;
}
.font2{
	font-size: 14px;
}
.font3{
	font-size: 12px;
}

.AnnounceEmailContent {
	font: bold .7em sans-serif;
	background:#f2f2f2;
	padding:.30em;
}
