.intro {
	width:400;
	border:solid;
	padding:3;
	text-align:center;
}

.email_preview {
	width:700;
	border:solid;
	padding:3;
	text-align:left;
	background:#F5F5F5;
}


.yes {color:#009900; font-weight:bold}
.no {color:#990000; font-weight:bold}

h1
{
  font-family:tahoma;
		font-size:15px;
		color:#5F5F5F;
}

td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#838282;
	line-height:13px;
}

td.bordered {
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

table.bordered td {
	border-right: grey thin solid;
	border-top: grey thin solid;
	border-left: grey thin solid;
	border-bottom: grey thin solid;
}


td.bgchange{text-align:center; padding:1}
td.bgchange:hover{background:#FFFF66}

a {text-decoration:underline;
   color:#519FC3;}

body { 	margin:0px;padding:0px;}

.copy{  font-family:tahoma;
		color:#878787;
		text-decoration:none;
		font-size:11px;}

ul {margin:0; padding:0; list-style:none}
li {background:url(images/a1.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 11px; line-height:14px }
.li {background:url(images/2a.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 11px; line-height:14px }

.tdCenter
{
	text-align: center;
	font-family:tahoma;
	font-size:11px;
	color:#838282;
	line-height:13px;
	vertical-align:middle
	}
.tdRight
{
	text-align: right;
	font-family:tahoma;
	font-size:11px;
	color:#838282;
	line-height:13px;
	}

.black { color:#4A4A4A; text-decoration:none}
.blue { color:#397CB2; text-decoration:none}
.error {text-align:center; color:#FF0000; font-size:12px; text-decoration:none; font-weight:bold}
.mandatory {text-align:left; color:#FF0000; font-size:13px; text-decoration:none; font-weight:bold}
.green { color:#799F25; text-decoration:none}
.orange { color:#FF9900; text-decoration:none}
.white {color:#ffffff; text-decoration:none}
.underline {text-decoration:underline}

.m {vertical-align:middle}
.sm {font-size:10px}
.l {text-decoration:underline}
.n {text-decoration:none}
.t {text-transform:uppercase}
.big {font-size:12px}
.list {line-height:10px}

.form { width:150px;
		height:21px;
		font-family:tahoma;
		font-size:11px;
		border: 1px solid #000000;
		background:#C0C0C0;
		margin-left:0px;
		margin-right:0px}

.submitform {
		height:21px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		color:#5F5F5F;
		margin-left:0px;
		padding:5px;
		margin-right:0px}

/*.button {
		font-family:tahoma;
		font-size:11px;
		border: 2px solid #000000;
		color:#5F5F5F;
		padding:5px;
		vertical-align:middle;
		elevation:higher;
		}
*/

.button {
   font-size:12px;
   font-family:Arial,sans-serif;
   background-color:#779999;
   background-image:url(back03.gif);
   vertical-align:bottom;
   border-style:solid;
   border-color:#000000;
   border-width:1px;
}

.textarea { width:220px;
		height:250px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}

a:hover{text-decoration:none;}
.a:hover{text-decoration:underline;}

.error{color:#FF0000; text-align:center}


#boxOne {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:1;
	text-align:center;
}

#container {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 0px; /* Will change to 50% by Javascript */
	height: 0px; /* Will change to 50% by Javascript */
	z-index:2;
	text-align:center;
}


#boxTwo {
	position: relative;
	top: 0px;
	right: 0px;
	width: 0px; /* Will change to 500px by Javascript */
	height: 0px; /* Will change to 80% by Javascript */
	z-index:3;
	background-color:#CC0000;
	filter:alpha(opacity=85);
	opacity:.85;
	color:#FFFFFF;
	font-weight:bold;
	padding:30px;
	border: solid 4px #000000;
	text-align: center;
	visibility: hidden; /* Will change to visible by Javascript */
}

  tr
  .initial { background-color: #DDDDDD; color:#000000 }
  .normal { background-color: #FFFFFF; color:#686868 }
  .highlight { background-color: #F1EEA9 }