<!--

/******************************************************************
						 Start general styles
******************************************************************/

body {
	margin: 0; 
	padding: 0; 
	font-size: 75%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(null) fixed no-repeat #fff;
	color: #000;
}

/* Heading styles*/
h1 {
	font-size: 1.8em;
	background-color: inherit;
	color: #4B4B4B;
	margin: 0;
	font-weight: normal;
}

h1.blue {
	color: #33568B;
	margin-top: 10px;
}

h1.gold {
	color: #CC7E40;
	margin-top: 10px;
}

h1.Lightblue {
	color: #97AAC9;
	margin-top: 10px;
}

h2 {
	padding: 10px 0 0;
	font-size: 1.12em;
	font-weight: 700;
	background-color: inherit;
	color: #AC0505;	
}

h3 {
	font-size: 1em;
	font-weight: bold;
	background-color: inherit;
	color: #AC0505;
}

h4 {
	font-size: 1em;
	background-color: inherit;
	color: #414141;
}

/* Set the default font size to 1em.  1em is the natural font size (or 100%) 
for a given html element. */
p,tr,td,ol,li,ul,table {
	font-size: 1em;
}

/******************************************************************
						Start Page Content styles
******************************************************************/
table.container{
	margin: 10px;
	border: 1px solid #bbb;
	padding-top: 5px;
}

table.footer {
	margin-top: 0px;
	background-repeat: no-repeat;
}

table.footer td {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding-bottom: 6px;
	text-align: center;
}

table.footer a:link {
	color: #fff;
}

table.footer a:hover {
	text-decoration: none;
}

table.PageContent{
	padding-left: 10px;
	background: url(../images/background.gif) no-repeat;
}

table.PageContent p{
	line-height: 1.5em;

}

/*tr.background {
	background: url(../images/background.gif) no-repeat top;
}*/

p.strongRed {
	color: #AC0505;
	font-weight: bold;
	font-size: 90%;
}
	



/******************************************************************
						Start Page Link styles
******************************************************************/
/* if different colours are required for normal links then set them here. */
a:link { 
	text-decoration : underline;
	color : #0000ff;
	background-color: inherit;
}
a:visited { 
   text-decoration : underline;
   color : #0000ff;
   background-color: inherit;
}
a:hover {
	text-decoration : underline;
	color : #AC0505;
	background-color: inherit;
}
a:active {
	/* no styles set for the active state of default link */
}

/******************************************************************
						End Page Link
******************************************************************/

/******************************************************************
						Start page index
******************************************************************/
/* if different colours are required for page index links then set them here. */
ul.index {
	list-style-image: url(/images/chevron_transparent.gif);
	padding-bottom: 4px;
}

ul.index a:link, li.index a:visited {
	text-decoration : underline;
	color: #0000ff;
	background-color: inherit;
}

ul.index a:hover, li.index a:active {
	color : #5643A3;
	background-color: inherit;
}

li.index {
	list-style-image: url(/images/chevron_transparent.gif);
}
/******************************************************************
						End page index
******************************************************************/

/******************************************************************
		  				Start images styles
******************************************************************/
.image_align_left {
	border: 1px solid #AC0505;
	padding: 3px;
	display: block;
	margin-right: 20px;
}

/******************************************************************
		  				End images styles
******************************************************************/


-->

