
html, body
{
	background-color: #FFFFFF;	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	height:100%;
}

body
 {
    margin:0; 
	padding:0;	
}
	
        
/* Set up the A tag colours */
.link1 A:link {color: #000099; text-decoration: none}
.link1 A:visited {color: #000099; text-decoration: none}
.link1 A:hover {color: #000099; text-decoration: underline}

/* Set up the A tag colours */
A:link {color: #AA0000; text-decoration: none}
A:visited {color: #AA0000; text-decoration: none}
A:hover {color: #AA0000; text-decoration: underline}

.greybordertable{ 	border-style: solid; 
		border-color: #AAAAAA; 
		border-width: 1px; 
		border-top-width: 0px;
		margin-left: 5px;
	} 

.greybordertd	{ 	border-top-style: solid; 
		border-top-color: #AAAAAA; 
		border-top-width: 1px; 
	} 
.outerTab{	border-width: 0px;
			margin-left: 0px;}

.theHead{ 	background-color: #3B5998;
			color: #FFFFFF;
			font-family: arial;
			font-size: 12;
			font-weight: normal;
			padding: 4px;
			text-align: left;
			width:362;}
	
.smallerText {
font-family: arial;
font-size: 12;}

a.profileLink{
color:#BB6600;
}