/* CSS Document */

<style type="text/css">


body 
{
	background-color: #FFFFFF; 
}


h1
{
	font-family: Arial;
	color: #0B90B1 ;
	font-size: 14px;
	font-weight: bold;
    text-align:center;

}
	
h2
{
	font-family: Arial;
	color: #0B90B1 ;
	font-size: 12px;
	font-weight: bold;
    text-align:center;
}

h3
{
	font-family: Arial;
	color: #0B90B1 ;
	font-size: 10px;
	font-weight: bold;
}

h4
{
	font-family: Arial;
	color: #0B90B1 ;
	font-size: 8px;
	font-weight: bold;
}

p
{
	font-family: Arial;
	color: #6C8D9C;
	font-size: 12px;
	text-align:center;

}
table
{
	border:1;
	border-color:#C0E2E9;
	padding: 5px;
	font-size: 11px;
}
td
{
	padding: 5px;
	border-style: solid;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	border-width: 1px;
	font-style: normal;
	border-color: #FFFFFF;
	font-size: 11px;
	background-color: #F2F3F3;
	color: #6C8D9C;
	
	
}

li
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #6C8D9C;
}
lu
{
	font-family: Arial,Helvetica,sans-serif;
	text-align:center;
}

th
{
    padding: 4px;
	font-style: normal;
	border-style: solid;
	text-decoration: none;
	border-color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background: #7AC5D7;
	font-family: Arial,Helvetica,sans-serif;
	border-width: 1px;
	color: #ffffff;
	vertical-align: top;
	valing: middle;
}

a:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #6C8D9C;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
a:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #6C8D9C;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
a:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #6C8D9C;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}
a:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #6C8D9C;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}



blockquote
{
	padding: 5px;
	border-style: solid;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	border-width: 1px;
	font-style: normal;
	border-color: #FFFFFF;
	font-size: 11px;
	color: #6C8D9C;
	}
b
{
	font-family: Arial;
	color: #6C8D9C;
	font-size: 14px;
	text-align:left;
	}	
	
	</style>
