body 
{
	height:100%;
	color:black;
	line-height:16px;
	font-size: 12px;	
    background: #02b3ff url('../../Media/Images/pagebg.jpg') no-repeat top center;
    font-family: Arial, Sans-Serif;
}


h1, h2, h3
{
    font-size: 20px;
}

h1
{
}

h2
{
}

h3
{
	font-size:12px;
}

strong
{
	font-weight:bold;
}

a
{
    color: #04396F;
	text-decoration:none;
}

a:hover
{
    color: #009CFF;
	text-decoration:none;
}

p
{
	margin-bottom: 10px;
}

ul 
{
    list-style-image: url('../../Media/Images/Layout/trianglebullet.gif');
    margin-left: 15px;
}

li 
{
    padding-bottom: 10px;
}

li .sublist_head
{
    display: block;
    font-weight: bold;
    color: #0093ff;
}

ol
{
	list-style-type:decimal;
	margin-left:20px;
}

ol li
{
	margin-left:10px;
	padding-left:10px;
}

hr
{
	border:none;
	height:1px;
	padding:0px;
	margin:0px;
	color:Silver;
	background-color:Silver;
	font-size:0px;
	line-height:0px;	
}

.mainPageStyleXXX 
{
    font-weight: bold;
    font-size: 12px;
}



/********************* GENERAL *********************/

