H1,H2,H3,H4,H5,H6,p,A,td,table
	{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	}
	
A:link 
	{ 
	color: #B50000;
	font-weight:normal;
	text-decoration: none;
	 }

A:visited 
	{ 
	color: #B50000;
	font-weight:normal;
	text-decoration: none;
	}

A:hover 
	{ 
	color: #B50000;
	font-weight:normal;
	text-decoration: underline;}
	}
 
A:active 
	{ 
	color: #B50000;
	font-weight:normal;
	text-decoration: underline;}
	}


body
	{
	background-color: #FFFFFF;
	}

.maintitle
	{
	font-weight: bold;
	font-size: 155%;
	color: #000080;
	}
	
.title
	{
	font-weight: bold;
	font-size: 125%;
	color: black;
	}
	
.subtitle
	{
	font-weight: bold;
	font-size:105%;
	color: black;
	}
	
.bodytextnormal
	{
	font-weight:normal;
	font-size:80%;
	color:black;
	}
		
.bodytextbold
	{
	font-weight: bold;
	font-size:70%;
	color:black;
	}

.bodytextsmall 
	{ 
	font-size: 70%; 
	color: #000000; 
	}

.linkhilight
	{
	font-weight:normal;
	font-size:70%;
	background-color:yellow;
	}
.smsTable
{
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    width: 70%;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}
.smsTableHeader
{
    color: White;
    background-color: Navy;
    font-weight: bold;
    
}
.smsTableCell
{
    background-color: white;
}
.smsTableCellAlternate
{
    background-color: #FFF8EC;
}
.smsFormTable
{
    width: 70%;
    background-color: #000080;
   	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	
}
.smsFormHeader
{
    height: 35px;
    background-color: #b82010;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
	color:white;
}
.smsFormCell
{
    height: 50px;
    color:white;
   
}
.DetailsFormCell
{
    height: 20px;
    color:white;
   
}
.smsCalendarCell
{
    height: 80px;
    color: White;
}
.smsFormError
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: Red;
}
.smsSuccessfulMessage
	{ 
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; 
	color: Green; 
	}