BODY   {
	color: #000000;
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	background-image: url(../images-asf/bg-image.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	margin: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*  Postition tags */
#widthControl{
max-width: 1000px;
width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
}

#contentMain{
	background-color: White;
	background-image: url(../images-asf/content-bground.gif);
	background-repeat: repeat-x;
}

div.alignRight {
	text-align: right;
	float: right;
}

div.boxRight {
	float: right;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000000;
}

/* Text */
P  {
	font-size:14px;
	line-height: 20px;
}

TD, LI, BLOCKQUOTE  {
	font-size:14px;
	line-height: 18px;
}

.p20px
{
	font-weight:normal;
	font-size: 20px;
	line-height: 25px;
}
.p18px
{
	font-weight:normal;
	font-size: 18px;
	line-height: 23px;
}
.p16px
{
	font-weight:normal;
	font-size: 16px;
	line-height: 20px;
}
.p14px
{
	font-weight:normal;
	font-size: 14px;
	line-height: 18px;
}
.p12px
{
	font-weight:normal;
	font-size: 12px;
	line-height: 15px;
}
.p10px
{
	font-weight:normal;
	font-size: 10px;
	line-height: 13px;
}

.text-dark-bgrd
{  background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000
}
.extra-bold-red 
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; color: #FF0000
}

.errors   {
color: Black;
background-color : yellow;
font-weight:bold;
font-size:14px;
}

.required_form
{
color: #000000;
background: #FFE1B3;
}

.errors_form
{
color: #000000;
background: #FF00CC;
}

.highlight
{
color: Red;
font-weight:bold;
font-size:14px;
}

H1   {
font-family: "Comic Sans MS", "Century Gothic", arial, helvetica;
font-weight:bold;
font-size:14px;
font-weight: bold; 
color: #000000; 
font-style: italic; 
}

H1.onYellow   {
	font-family: "Comic Sans MS", "Century Gothic", arial, helvetica;
	font-weight:bold;
	font-size:18px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	margin: 0px;
	padding: 5px;
}

H1.onBanner   {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Comic Sans MS";
	font-weight:bold;
	font-size:28px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

H1.recip   {
	font-family: tahoma, verdana, arial;
	font-weight:bold;
	font-size:14px;
	padding: 5px;
}

H2   {
font-family: "Comic Sans MS", "Century Gothic", arial, helvetica;
font-weight:bold;
font-size:14px;
}

H2.recip   {
font-family: tahoma, verdana, arial;
font-weight:bold;
font-size:12px;
}

H3   {
font-family: tahoma, verdana, arial;
font-weight:bold;
font-size:14px;
}

H4   {
font-family: tahoma, verdana, arial;
font-weight:bold;
font-size:14px;
}

H5   {
font-family: tahoma, verdana, arial;
font-weight:bold;
font-size:14px;
}

/* ------------------------------- */


A:link {
color: #3345A2
text-decoration:none;
}     /* unvisited link */

A:visited {
color: Maroon
text-decoration:none;
	text-decoration: none;
}  /* visited link */

A:hover    {
color: Blue;
text-decoration:underline;
}   /* mouse over link */

A:active {
color: Blue
text-decoration:underline;
}   /* selected link */

/* ------------------------------- */

P.links_dark   {
	color : Silver;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

A.links_dark:link {
color: White
}     /* unvisited link */

A.links_dark:visited {
color: #cccccc
}  /* visited link */

A.links_dark:hover    {
	color: Black;
	text-decoration:none;
	background-color : White;
}   /* mouse over link */

A.links_dark:active {
	color: Black;
	background-color : White;
}   /* selected link */

/* ---  Link on Images  ---------------------------- */

A.links_image:link {
color: White;
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin-top: 1px;
margin-bottom: 1px;
}     /* unvisited link */

A.links_image:visited {
color: White;
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin-top: 1px;
margin-bottom: 1px;
}  /* visited link */

A.links_image:hover    {
color: Red;
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin-top: 1px;
margin-bottom: 1px;
}   /* mouse over link */

A.links_image:active {
color: Red;
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin-top: 1px;
margin-bottom: 1px;
}   /* selected link */



/* ------------------------------- */
/*  Controlling the Unordered List - UL and LI */
UL {
margin-left: 12px;
padding-left: 5px;
} 

LI   {
margin-bottom: 8px;
}

/*  Controlling the Ordered List - UL and LI */
OL {
margin-left: 12px;
padding-left: 5px;
} 
/* ------------------------------- */

/* Adding Borders to Tables  */


.borderall
{  
border-style: solid; 
border-color: Black;
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
}

.table_space_left_bottom {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.table_space_left {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.table_space_right_bottom {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

.table_space_right {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
