/* This code has been created by murraybarnes.com. */
/* All code MUST NOT be copied, altered, replicated or decompiled */
/* without the prior written consent of murraybarnes.com. */
/* Any party found copping, altering, replicating or decompiling this */
/* code will be prosecuted to the full extent of the law */

/* general */

.body {
	background : #FFFFFF;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-height : 0px;
	margin-width : 0px;
	text-align : center;
}

.line {
	background-color: #9ccaea;
}

body, p, td, li, h1, h2, h3  {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color : #333333;
	font-style : normal;
	font-size : 12px;
}

.textgrey {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color : #999999;
	font-style : normal;
	font-size : 12px;
}

.formtext{
	border-color: #FFFFFF;
	border-style:solid;
	border-width: 1;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	color : #000000;
	font-size : 8pt;
	background-color : #cccccc;
}

/* header */

.header {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color :  #0098d4;
	font-size : 13pt;
	font-weight : bold;
}

.header2 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color :  #005191;
	font-size : 13pt;
	font-weight : bold;
}

.subheader {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color :  #000000;
	font-size : 11pt;
	font-weight : bold;
}

/* tinytext */

.tinytext{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color: #999999;
	font-size : 8pt;
}

/* a href */

A:link {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color : #0098d4;
	font-style : normal;
	text-decoration: none;
	font-size : 12px;
}
A:visited {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color : #0098d4;
	font-style : normal;
	text-decoration: none;
	font-size : 12px;
}
A:active {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color : #0098d4;
	font-style : normal;
	text-decoration: none;
	font-size : 12px;
}
A:hover {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color : #005191;
	font-style : normal;
	text-decoration: none;
	font-size : 12px;
}

/* a href - tinytext */

A.tinytext:link {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color : #0098d4;
	font-style : normal;
	text-decoration: none;	
	font-size : 8pt;
}
A.tinytext:visited {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color : #0098d4;
	font-style : normal;
	text-decoration: none;	
	font-size : 8pt;
}
A.tinytext:active {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color : #0098d4;
	font-style : normal;
	text-decoration: none;	 
   	font-size : 8pt;
}
A.tinytext:hover {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	color : #005191;
	font-style : normal;
	text-decoration: none;	 
   	font-size : 8pt;
}