﻿/* Global Styles */
html
{
	height:100%;
	margin:0;
	padding:0;
	overflow:auto;	
}

body 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.ErrorLabel
{
	color: Red;
	font-size: 10px;
	font-weight: normal;
}

.TextBoxLabel
{
	font-weight: bold;
}

.Paren
{
	font-weight: bold;
	font-size: 14px;
}

.SuccessSubHead 
{
	width:238px;
	text-align:center;
	font: bold 13px Arial;
	color: #373737; 
	margin:0 auto;
}

.SubHeadGrean
{ 
	color:#80ad64;
	font: bold 17px Arial;
}


/* End Global Styles */