/* CSS Document */

body
{	
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    SCROLLBAR-FACE-COLOR: #EDA69D;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-SHADOW-COLOR: #e7e7cf;
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-ARROW-COLOR: #212930;
    SCROLLBAR-TRACK-COLOR: #616A74;
    SCROLLBAR-DARKSHADOW-COLOR: #868F98;
}

TD
{
	font-size: 11px;
	color: #FFFFFF;
}
  
UL
{
	margin-top:1px;
	margin-bottom:1px;
	color: #EDA69D;
}


P
{
   font-size: 11px;
   color: #FFFFFF;
}


/* Class to define all links */
A
{
   font-size: 12px;
   color: #F792A0;
   text-decoration: underline;
}

A:hover
{
   font-size: 12px;
   color: #EFD0CC;
   text-decoration: none;
}

/* Class to define the title for each section */
.SectionTitle {
	font-size: 16px;
	font-weight: bold;
	color: #F792A0;
}

/* Class to define sub headings */
.SubHeaders{
	font-size: 13px;
	font-weight: bold;
	color: #E1B4AF;
}

/* Class to define color and size */
.SubHeaders11{
	font-size: 11px;
	font-weight: bold;
	color: #F792A0;
}


.Button
{
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana;
	background-color: #689ECB;
}

/* Class to define image borders */
.img
{
	border: 2px double #EFD0CC;
}

/* Class to define dividers */
.DividerHor
{
	COLOR: #333333;
	background-image: url(../images/dot_divider.gif);
	background-repeat: repeat-x;
	background-position: center;
}


.White9 {color:#FFFFFF; size:9px;}
