/* 
colours
#1832a2 - dark blue
#539edf - light blue
*/

body	{
	 background-image: url(images/background2.jpg);
	 background-repeat: repeat-x;
	 background-color: #F5F9FD;
	 margin-top: 20px;
	 color: #1832a2;
	 font-family: verdana, arial, sans serif;
	 font-size: x-small;
	}
	
.just
{
	text-align: justify;
}

.main	{
	 border: 1px solid #1832a2;
	 background-color: white;
	 background-image: none;
	 font-size: x-small;
	}
	
td	{
	 font-size: x-small;
	}
	
h1	{
	 font-family: verdana, arial, sans serif;
	 font-weight: bold;
	 font-size: small;
	}
	
h2	{
	 font-size: x-small;
	 font-weight: bold;
	}

.footer
	{
	 font-size: xx-small;
	}
	
ul li	{
	 list-style-type: image;
	 list-style-image: url(images/bulletpoint_small.gif);
	}

a:link	{
		 text-decoration: underline;
		 color: #539edf;
		}

a:visited {
		 	text-decoration: underline;
		 	color: #1832a2;
		 	}

a:hover {
			color: #539edf;
			text-decoration: none; 
		}

.right	{
		 float: right;
		 margin-left: 10px;
		 margin-right: 10px;
		}


#doctable th
{
	background-color: #1832a2;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

table
{
	font-size: x-small;
}

.red
{
	color: #FF0000;
	font-size: 80%;
}

#borderbottom
{
	border-bottom: 1px solid #1832a2;
}

.small
{
	font-size: 80%;
}