/*Text - paragraphs and heading styles */
p,h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS";
	color: #000033
	}
p	{
	font-size: medium;	
	font-alsign: justify
		}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold
	}	
h1	{
	font-size:xx-large
	}
h2	{
	font-size: x-large
	}
h3	{
	font-size: large
	}
h4	{font-size: medium
	}
h5	{
	font-size:small
	}
h6	{
	font-size:x-small
	}

/*Links*/ 
a {	
	color: #3366CC;	
	text-decoration: none
	}
a:hover  {	
	text-decoration: underline
	}

/*Page settings*/	
body {
	background-color: #000033;
	}

/*Tables*/
table {
	color: 000033;
	}
td, th {
	font-family: "Trebuchet MS";
	font-size: medium;
	line-height: normal;
		}

/*Lists*/
ul {
	font-family: "Trebuchet MS";
	font-size: 1em;
	list-style-type: square;
	list-style-position: outside
	}
	
.BulletBackgroundColor {
	color: #FFFFFF
	}
	
.footer {
	font-size: x-small;
	font-weight: lighter;
	line-height: 0.6cm;
	color: #000033;
	text-align: center;
	}

.TitleColor {
	color: #000033
	}
