<style>

	body {
		background-color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		scrollbar-3dlight-color: #F0F0EE;
		scrollbar-arrow-color: #676662;
		scrollbar-base-color: #F0F0EE;
		scrollbar-darkshadow-color: #DDDDDD;
		scrollbar-face-color: #E0E0DD;
		scrollbar-highlight-color: #F0F0EE;
		scrollbar-shadow-color: #F0F0EE;
		scrollbar-track-color: #F5F5F5;
	}

	a.editor_nav {
		border: thin solid blue;
		background-color: #ffffcc;
		text-decoration: none;
		padding-top: 2px;
		padding-bottom: 2px;
		cursor: hand;
		vertical-align: baseline;
	}
	

	td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	pre {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	table.border {
		border : medium solid #4682b4;
		background-color: #000000;
		padding: 2 2 2 2;
	}
	table.border2 {
		border : medium solid #4682b4;
		background-color: #ffffff;
	}
	td.border {
		border : medium solid silver;
	}
	td.border_back {
		border : medium solid silver;
		background-color: #ffd2a6;
	}
	select {
		font-size : 14px;
	}
	.border_back2 {
		border : medium solid black;
		font-size : 16px;
		font-weight : bold;
		background-color: #ccffff;
		color: black;
		padding: 0 2px;
	}
	h1.heading {
		font-size : 16px;
		font-weight : bold;
		display : block;
		color: #ff6600;
		padding: 0 2px;

	}
	h1.heading2 {
		font-size : 10.5px;
		font-weight : bold;
		color: #000000;
		padding: 0 4px;

	}
	.border_back3 {
		margin:2px;
		border : medium solid #0C2059;
		background-color: #ffffcc;
		padding: 4 4 4 4;
	}
	
	h4 {
	font-size : 9.5px;
	}


	.cssbutton{
		border : medium solid #4682b4;
		background-color: #293F6F;
		padding: 2px;
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		font: bold 100% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}

	.cssbutton2{
		border: medium solid #006339;
		background-color: #0C2059;
		padding: 2px;
		color: #ffffff;
		font-weight: bolder;
		display: inline;
		text-decoration: none;
		vertical-align: middle;
		text-align: center;
	}
	
	.cssbutton3{
		border: medium solid #006339;
		background-color: #0C2059;
		padding: 2px;
		color: #ffffff;
		font-weight: bolder;
		display: block;
		text-decoration: none;
		vertical-align: middle;
		text-align: center;
	}
	.mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected {
		margin-top: 1px;
		margin-left: 1px;
	}

	.mceButtonNormal {
		border-top: 1px solid;
		border-left: 1px solid;
		border-bottom: 1px solid;
		border-right: 1px solid;
		border-color: #F0F0EE;
		cursor: hand
	}

	.mceButtonOver {
		border-top: 1px solid buttonhighlight;
		border-left: 1px solid buttonhighlight;
		border-bottom: 1px solid buttonshadow;
		border-right: 1px solid buttonshadow;
		cursor: hand
	}

	.mceButtonDown {
		border-bottom: 1px solid buttonhighlight;
		border-right: 1px solid buttonhighlight;
		border-top: 1px solid buttonshadow;
		border-left: 1px solid buttonshadow;
		cursor: hand
	}

	.mceButtonSelected {
		border-bottom: 1px solid;
		border-right: 1px solid;
		border-top: 1px solid;
		border-left: 1px solid;
		border-color: #C0C0BB;
		cursor: hand
	}

	.mceButtonDisabled {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
		border-top: 1px solid;
		border-left: 1px solid;
		border-bottom: 1px solid;
		border-right: 1px solid;
		border-color: #F0F0EE;
		cursor: text
	}

	.mceSeparator {
		border-top: 1px solid buttonhighlight;
		border-left: 1px solid buttonhighlight;
		border-bottom: 1px solid buttonshadow;
		border-right: 1px solid buttonshadow;
		margin-right: 2px;
		margin-left: 2px;
	}

	.mceSeparatorLine {
		margin:2px;
		margin-left: 4px;
		background-color: #F0F0EE;
		border-top: 1px solid buttonshadow;
		border-left: 1px solid buttonshadow;
		border-bottom: 1px solid buttonhighlight;
		border-right: 1px solid buttonhighlight;
		width: 0px;
		height: 15px;
	}

	.mceSelectList {
		font-family: "MS Sans Serif";
		font-size: 7pt;
		font-weight: normal;
		margin-top: 2px;
	}

	.mceLabel, .mceLabelDisabled {
		font-family: "MS Sans Serif";
		font-size: 9pt;
	}

	.mceLabel {
		color: #000000;
	}

	.mceLabelDisabled {
		cursor: text;
		color: #999999;
	}

	.mceEditor {
		background: #F0F0EE;
		border: 1px solid #cccccc;
	}

	.mceEditorArea {
		font-family: "MS Sans Serif";
		background: #FFFFFF;
	}

	.mceToolbar {
		background: #F0F0EE;
		border-top: 1px solid #cccccc;
	}
	
	#windows ul{
		font: 10px Arial, Verdana, sans-serif;
		margin:0;
		margin-top: 1em; /*margin between menu and rest of content*/
		margin-bottom: 1em; /*margin between menu and rest of content*/
		padding:0;
		list-style:none;
	}

	#windows li{
		display:block;
		margin:0 1px 0 0;
		padding:0;
		line-height: 1.5em;
	}

	#invertedtabs{
		margin-left: 2px;
		padding: 0;
		width: 100%;
		background: transparent;
		voice-family: inherit;
		padding-left: 3px;
	}

	#invertedtabs ul{
		font: bolder 11px Arial, Verdana, sans-serif;
		font-weight: bolder;
		margin:0;
		margin-top: 1em; /*margin between menu and rest of content*/
		margin-bottom: 1em; /*margin between menu and rest of content*/
		padding:0;
		list-style:none;
	}

	#invertedtabs li{
		display:inline;
		margin:0 1px 0 0;
		padding:0;
		line-height: 1.5em;
	}
	
	#invertedtabs a{
		float:left;
		color: white;
		background: #293F6F no-repeat left bottom;
		margin:0 1px 0 0;
		padding:0 0 0 2px;
		text-decoration:none;
		letter-spacing: 1px;
	}

	#invertedtabs a span{
		float:left;
		display:block;
		padding:3px 9px 3px 6px;
	}

	#invertedtabs a span{
		float:none;
	}


	#invertedtabs a:hover{
		background-color: yellow;
		color: black;
	}

	#invertedtabs a:hover span{
		background-color: silver;
		color: black;
	}

	#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
		background-color: silver;
		color: black;
	}

	#invertedtabsline{
		clear: both;
		width: 100%;
		height: 8px;
		line-height: 8px;
		background: #000000;
		border-top: 2px solid #ffffff; /*Remove this to remove border between bar and tabs*/
	}

	.thumbnail{
		position: relative;
		z-index: 0;
	}

	.thumbnail:hover{
		background-color: transparent;
		z-index: 50;
	}
	.white {
	color: white;
	}

	.thumbnail span{ /*CSS for enlarged image*/
		position: absolute;
		background-color: lightyellow;
		padding: 5px;
		left: -1000px;
		border: 1px dashed gray;
		visibility: hidden;
		color: black;
		text-decoration: none;
	}

	.thumbnail span img{ /*CSS for enlarged image*/
		border-width: 0;
		padding: 2px;
	}

	.thumbnail:hover span{ /*CSS for enlarged image on hover*/
		visibility: visible;
		top: 0;
		left: 60px; /*position where enlarged image should offset horizontally */

	}
	
	
</style>