/* 	border set to none - for background
	general font settings for page (default if not specified in TD classes)
		Arial, Helvetica, sans-serif; covers PC, Mac and if any of the assigned general fonts for the platforms is not installed, the general "sans-serif" will assign the font to any sans-serif font to obtain desired look
		font color: #FFFFFF (white) is easy to read on blue - for TD classes most font colours change for legibility purposes
	general padding set to none(0 0 0 0) this is the default if not specified in TABLE , TD, or span classes  */
body {
	background : #336666;
	border: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color : #333333;
	padding : 0 0 0 0;
}

title {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align: left;
	color : #336666;
	padding : 0 0 0 0;
}

/* span class="border" creates a blue border around text typed */
.border {
	border-color : #3268A0 #3268A0 #3268A0 #3268A0;
	border-style : solid solid solid solid;
	border-width : medium medium medium medium;
}

.pagetitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #336666;
	text-decoration : underline;
	font-weight : bold;
}


.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #FFFFFF;	
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #336666;	
}

.greentitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:  #336666;
	font-weight:bold;
}

/*.white_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3268A0;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	margin-right:10px;
}
*/

A.glenslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #336666;
}

A:Hover {
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #999999;
} 

TABLE.full {
	width: 755px;
	border: none;
	padding: 0 0 0 0 ;
	background-color: #ffffff;	
}

TABLE.insert {
	background-color:#668888;
	vertical-align: top;
}

TD {
	border: none;	
	padding: 0 0 0 0 ;
	vertical-align: bottom;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	color: #000000;	
	}
	
TD.insert {
	border: none;	
	padding: 0 0 0 0 ;
	vertical-align: top;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	color: #000000;	
	}

img {
	border: 0 0 0 0;
}

p.med {
	margin: 5 5 5 5;
}