body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	width:350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0;
}

a img{
	border:0 none;
	text-decoration:none;
	float:left;
}

a:visited {
	color:#02004c;
	text-decoration:none;
	border-bottom:1px dashed #999999;
}

a:link {
	color:#02004c;
	text-decoration:none;
	border-bottom:1px dashed #999999;
}

a:hover {
	color:#02004c;
	text-decoration:underline;
	border-bottom:0px dashed;
}

.style1 {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin:2px 10px 2px 10px;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin:2px 10px 2px 10px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	margin:2px 10px 2px 10px;
}

p.whiteText{
	color:#FFFFFF;
}

.rightSide {
	margin-right:10px;
}

.leftSide {
	margin-left:10px;
}

h1 {
  font-weight: bold;
  font-size:12px;
  color:#02004c;
  margin:2px 10px 2px 10px;
}

h2 {
  font-size:12px;
  font-weight:normal;
  color:#333333;
  line-height:15px;
  margin:2px 10px 2px 10px;
}

h3{
  font-size:12px;
  font-weight:normal;
  color:#FFFFFF;
  line-height:15px;
  margin:2px 10px 2px 10px;
  text-align:center;
}

a.button{
	color:#ed1b2d;
	background-image:url(/universal/images/buttonGradientBackground.gif);
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	padding:2px 7px 2px 7px;
	line-height:25px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}

a.button:hover {
	text-decoration:none;
	border:1px solid #999999;
}

input.button{
	color:#ed1b2d;
	background-image:url(/universal/images/buttonGradientBackground.gif);
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	padding:2px 7px 2px 7px;
	line-height:25px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}