@charset "UTF-8";
/* CSS Document */

table 
{ 
    font-family: Ariel, Helvetica, sans-serif;
    font-size: 11pt;
    color:  #000000;
}

hr
{
    display: block;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    box-shadow: 2px 2px 1px #888888;
}

hr#red
{
    color: #FF0000;
    display: block;
    margin-top: 1.75em;
    margin-bottom: 1.75em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;    
    box-shadow: 2px 2px 1px #888888;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a:hover.body
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ED1C24;
	text-decoration: underline;
}

#red a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#red a:hover
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ED1C24;
	text-decoration: underline;
}

#blue a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#blue a:hover
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #0077C0;
	text-decoration: underline;
}

#yellow a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#yellow a:hover
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFF200;
	text-decoration: underline;
}

#orange a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#orange a:hover
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #F47321;
	text-decoration: underline;
}

#green a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#green a:hover
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #00A261;
	text-decoration: underline;
}

#grey a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#grey a:hover
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #666699;
	text-decoration: underline;
}


#video a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#video a:hover
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ED1C24;
	text-decoration: underline;
}


#footer
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	vertical-align: middle;
	height: 100px;
	width: 100%;
	padding-top: 10px;
}

#footer a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#footer a:hover
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ED1C24;
	text-decoration: underline;
}

a.home { display:block ;
    width:121px ;
    height: 28px ;
    background:url("images/home_OFF.png") no-repeat ;
}

a.home:hover {background:url("images/home_ON.png") no-repeat ;
}

#home_white
{
	background-color: #FFFFFF;
	height: 250px;
	width: 140px;
	border: 1px solid;
	vertical-align: center;
	horizontal-align: middle;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 4px 4px 3px #777777;
}

h1
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #000000;
	padding-left: 5px;
}

h2
{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
}