/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px;
    text-align:center;
    background-image: url(images/background.jpg);
    background-repeat : repeat-x;
	background-position : top left;
}

TR, TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
	vertical-align: top;
	line-height: 13pt;
	
    }

H1, H2, H3, H4, H5, TH, Thead, TFOOT
{
    COLOR: #696969;
}
H1	{	
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.7em;
	font-weight:	700;
	
	}	
		
H2	{	
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	
	}	
		
H3	{	
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	
	}	
		
H4	{	
	font-family: Calibri,  Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	
	}	
		
H5, DT	{	
	font-family: Calibri,  Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	
	}	
		
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
	
.orangecolour
{
	background-color: #ff6600;
}

.graycolour
{
	background-color: #dcdcdc;
}

.lightgraycolour
{
	background-color: #f5f5f5;
}
	
.homepagelink
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif ;
	
}
.homepagelink a
{
	color: Black;
	}

.homepagelink a:hover
{
	color: white;
	
}	

.pagetitle
{
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	background-color: #ff6600;
}

.topleft{
	text-align: left;
	vertical-align: top;
}
.topleftbold{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.topright{
	text-align: right;
	vertical-align: top;
}
.toprightbold{
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.midleft{
	text-align: left;
	vertical-align: middle;
}
.midleftbold{
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.midright{
	text-align: right;
	vertical-align: middle;
}
.midrightbold{
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}
	


