/*************************************************/
/* global.css                                    */
/* This is the global css file for all web sites */
/***********************************************/
/* Copy this if you fancy my css, there is nothing
amazing about it.*/ 

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;

}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #000099;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

paragraph {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #334d55;
}

h2{
 	font-family: Arial,sans-serif;
 	font-size: 114%;
 	color: #006699;
 	margin: 0px;
 	padding: 0px;
}

h3{
 	font-family: Arial,sans-serif;
 	font-size: 9px;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h4{
 	font-family: Arial,sans-serif;
 	font-size: 100%;
 	font-weight: normal;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
}

h5{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 100%;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}

label{
 	font-family: Arial,sans-serif;
 	font-size: 100%;
 	font-weight: bold;
 	color: #334d55;
}
