/****************************************************
*** HTML ********************************************
*****************************************************/

html {
	
	height: 100%;
}

/****************************************************
*** BODY ********************************************
*****************************************************/

body {

	font-family: verdana, arial, mono;
	line-height: 150%;
	font-size: 11px;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	background-color: #A4D0EB;
	background-image: url('/images/backgrounds/Stage_BG_top.png'); 
	background-repeat: repeat-x;
}


/****************************************************
*** LAYOUT ******************************************
*****************************************************/

DIV.all {

	width: 755px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background: white;
}


DIV.footer {
	
	background: #005179;
	padding: 1px;
	clear: both;
	height: 70px;
}

DIV.caption {

	margin-left: 10px;
	padding: 5px;
	color: white;
	font-size: 11px;
	margin-bottom: 10px;

}



/****************************************************
*** FOOTER ******************************************
*****************************************************/

DIV.footer P {

	font-family: verdana, arial, mono;
	font-size: 7pt;
	color: white;
	text-align: center;
}

DIV.footer P A {

	color: white;
	text-transform: uppercase;
}

/****************************************************
*** HEADINGS ****************************************
*****************************************************/

h1 {

	font-size: 28pt;
	line-height: 100%;
	font-weight: normal;
	padding: 5px;
	margin-left: 10px;
	font-family: calibri, arial, verdana;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {

	font-family: Calibri, Verdana;
	font-size: 14pt;
	color: #000000;
	font-weight: normal;	
	margin-bottom: 15px;
	margin-top: 0px;
}

H3 {

	font-family: Calibri, Verdana;
	font-size: 11pt;
	color: #022ba0;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 7px;
}

H4 {
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

H5 {
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

/****************************************************
*** PARAGRAPHS **************************************
*****************************************************/

p {
	text-align: justify;

}


p.back_to_top {

	text-align: right;
}

.downloadtext {
	font-size: 12px;
	font-weight: bold;
	line-height: 180%;
}

/****************************************************
*** table *******************************************
*****************************************************/

table
{

border: solid 1px #FFFFFF;
border-top: none;

}

.whitecol
{
	background: #ece9f1;
	padding: 13px;
	text-align: justify;
}

.aboutlist
{

list-style-position:inherit;
padding-left: 5px;
margin-left: 20px;
}

li
{ 
	margin-bottom: 5px;
	padding-left: 5px;
}

.advantages
{
	list-style-image:url(../images/check.gif);
	vertical-align:-9px;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 0px;
	
}

.disadvantages
{

	list-style-image: url(../images/warning.gif);
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 0px;
	vertical-align:-9px;
}


/****************************************************
*** Links *******************************************
*****************************************************/

A:link {

	color: blue;
	text-decoration: underline;
}

A:hover {

	color: blue;   
}


A.download:visited {

	color: blue;
}

A:hover  {

	text-decoration: underline;
}

.download {

	font-size: 25px;
}



