/* HTML element tags */

BODY
{
/*	background-color: #e2e2e2;   */
/*	background-image: url(Images/page_bg_grey.jpg); */
	background-image: url(Images/bg.gif);
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;  /*.8em; */
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 10px 5px 5px 5px;
/*    margin: 0px 0px 0px 0px; */
}

/* class names */

.MainTable
{
	border: solid 1 black;
	width: 770px;
	background-color: White;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;  /*.8em; */
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

#PageAreaMain
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#PageTitle
{
/*	padding-right: 5px;
	padding-left: 5px; 
	padding-bottom: 5px;
	padding-top: 5px; */
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px; 
	border-bottom:1px solid #ccd2d2;
}

.TableText
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;  /*.8em; */
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.ListText
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;  /*.8em; */
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    line-height: 20px;
}

/* -------------------------- */
/* - header styles          - */
/* -------------------------- */

.HeaderBar 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #EEEEEE; /* white */
/*	background-color: "#004685"; */
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
.HeaderBar:link 
{

}
.HeaderBar:visited 
{
	
}
	
.HeaderBar:hover 
{
	color: #FAA61A; 
	text-decoration: none;
}
.HeaderBarLine
{
	color: #A9A9A9;
}

/* -------------------------- */
/* - footer styles          - */
/* -------------------------- */

.Footer
{
/*	border-top: #004685 1px solid; */
	font-weight: normal;
	font-size: 9px;
	color: #666666; /* #666666 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 5px;
}

/* -------------------------- */
/* - Action Bar             - */
/* -------------------------- */
.ActionBarTable
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: black;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #f1f1f1;
	vertical-align: middle;
}
.ActionBarTitle
{
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	vertical-align: middle;
	color: black;
	font-weight: bold;
	background-color: #f1f1f1;
	text-decoration: none;
}
.ActionBarItem
{
	border-right: #f1f1f1 1px solid;
	padding-right: 5px;
	border-top: #f1f1f1 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-left: #f1f1f1 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: #f1f1f1 1px solid;
	background-color: #f1f1f1;
	text-decoration: none;
}
.ActionBarItem:link 
{

}
.ActionBarItem:visited 
{
	
}
.ActionBarItem:hover 
{
	color: black; 
	text-decoration: none;
	background-color: #CCCCCC;
	border: solid 1 #999999;
}
.ActionBarLine
{
	color: #A9A9A9;
}

