/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
    width:860px;
	margin-right: 30;
	text-align: left;
 }

A:link      { color: #ae1997; text-decoration:none; }
A:visited 	{ color: #ae1997; text-decoration:none; }
A:active 	{ color: #ae1997;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #BE5057;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #ae1997; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #ae1997; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #ae1997;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #BE5057;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #BE5057;
    color: #ae1997;
 }
.std
{
    
    font-family: verdana;
    font-size: medium;
    font-weight: bold;
    color: #ae1997;
    width: 497px;
 }

hr {
	border: 0;
	border-top: 2px solid #ae1997;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	/*list-style-image: url(Images/bullet.jpg);*/
	list-style-position: outside;
	list-style-type: square;
	color: #ae1997;
	font-family: verdana;
}

.menutextindent
{
    font-size: small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #ae1997
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #ae1997;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #ae1997;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#FFF3E0;
}

td.logo
{
	text-align: left;
	width: 184px;
}
td.banner
{
    padding-top:15px;
    padding-bottom:15px;
	text-align: center;
	background-color: #ef8200;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		/*color: #98141A;*/
		color: #ae1997;
	}
	
td.ListTitle
{
    text-align: Left;
    font-family: verdana;
    font-size: medium;
    font-weight: bold;
    /*color: #98141A;*/
		color: #ae1997;
    background-color: #ef8200;
}
td.SubTitle
{
    text-align: Left;
    font-family: verdana;
    font-size: small;
    font-weight: normal;
    font-style: oblique;
    /*color: #98141A;*/
		color: #ae1997;
    border-bottom: solid 1px #0083a9;
    
}
td.Description
{
    text-align: Left;
    font-family: verdana;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    /*color: #98141A;*/
		color: #ae1997;
    border-top: solid 1px #ae1997;
    
}
table.listitem
{
    border: solid 1px #ae1997;
    width: 520px;
}

table.ListInfo
{
    border-left: solid 2px #ae1997;
    height: 100px
}

td.ListInfo
{
    width: 85px;
    font-weight: bold;
    vertical-align:top;
}
td.ListDetail
{
    width: 270px;
    font-weight: Normal;
    vertical-align:top;
}
    

td.headerbar 
{
	/*background-image: url(Images/bar.jpg);*/
	background-color:#ae1997;
	text-align: right;
	height: 24px;
}

td.menu 
{
	/*background-color:#0095b8;*/
	background-color:#ae1997;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #ae1997;
	text-align: right;
}