﻿/***** Basic elements *****/
/* general and for the master page */

html
{
    background-color: #FFFFFF;
    color: #000003;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 71%;
    line-height: 120%;
	margin: 0em;
	padding: 0em;
    scrollbar-arrow-color: #555555;
    scrollbar-track-color: #F2F2F2;
    scrollbar-face-color: #BCDEEF; /*#E1E1E1;*/
    scrollbar-highlight-color: #DDDDDD;
    scrollbar-3dlight-color: #F1F1F1;
    scrollbar-darkshadow-color: #AAAAAA;
    scrollbar-shadow-color: #CCCCCC;
	text-align: left;
}

body 
{
	margin: 0em;
	min-width: 77em;
	padding: 2em;
}

h1
{
	font-size: 21pt; 
	font-weight: normal;
	margin-bottom: 20px;
    line-height: 195%;
	margin-top: 20px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

h2
{
	font-size: 140%;
	line-height: 180%;
	font-weight: bold;
	color: #444447;
}

h3
{
	font-size: 130%;
	font-weight: bold;
	line-height: 165%;
	margin-top: 0.4em;
	color: #444447;
}

h4
{
	font-size: 120%;
	line-height: 150%;
	padding: 0em 0em 0.4em 0em;
	margin: 0em;
}

h5
{
	font-size: 110%;
	line-height: 135%;
}


/***** Hyperlink and anchor tag styles *****/

a:link{
	font-weight:bold;
	color: #dc920f;
	text-decoration: none;
}

a:visited{
	font-weight:bold;
	color: #dc920f;
	text-decoration: none;
}

a:active{
	font-weight:bold;
	color: #dc920f;
	text-decoration: none;
}

a:hover{
	font-weight:bold;
	color: #dc920f;
	text-decoration: underline;
}

#divAdvertisingFlashWords a:link{
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}

#divAdvertisingFlashWords a:visited{
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}

#divAdvertisingFlashWords a:active{
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}

#divAdvertisingFlashWords a:hover{
	font-weight:bold;
	color: #ffffff;
	text-decoration: underline;
}


/* Layout divs  START */

#divAdvertisingA
{
	background-image: url('Images/advertisement_backgroundC_950.jpg');
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	height: 742px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#divAdvertisingTop
{
	border: solid 0px white;
	height: 152px;
}

#divAdvertisingB
{
	border: solid 0px white;
	background-color : #425A66;
	height: 25px;
}

#divFront_Menu
{
	padding: 6px;
}

#divAdvertisingC
{
	border: solid 0px white;
	height: 527px;
}

#divFront_Content
{
	font-size: 11pt;
	line-height: 11pt;
	padding: 20px 0px 0px 74px;
}

#divAdvertisingD
{
	border: solid 0px white;
	height: 40px;
}

#divFront_Footer
{
	font-size: 7pt;
	padding: 13px 0px 0px 74px;
}

/* Layout divs  END */



#divAdvertisingHeaderSub
{
	font-size: 14pt; 
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 30px;
}

#divAdvertisingFlashWords
{
	margin-top: 20px;
	float: left;
	width: 50%;
	font-size: 9pt;
}

#divAdvertisingText
{
	font-size: 10pt;
	line-height: 14pt;
	float: right;
	width: 45%;
}

#divAdvertisingFlashWords ul
{
	font-size: 10pt;
	font-weight: 100;
	padding-left: 20px;
	margin-left: 20px;
}

#divAdvertisingFlashWords li
{
	margin-left: 0px;
	padding: 1px 0px;
}

#divAdvertisingFlashWords p
{
	margin-top: 8px;
	margin-bottom: 11px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}
