	body {
		scrollbar-base-color:	#004958;
		scrollbar-face-color:	#0075AA;
		scrollbar-arrow-color:	#ffffff;
		margin-top:		0%;
		margin-bottom:		0%;
		margin-left:		1%;
		margin-right:		1%;
		
		background-color:	#606060;
		color:			#000000;
		font-family:		arial, tahoma;
		font-size:		small;
		letter-spacing:		0px;


		background-image:	url(images/GrayStripes.gif);
		background-attachment:	fixed;
	}

	font.pageTitle {
		color: 		#000099;
		font-face:		arial;
		font-size:		42;
	}
	
	font.TableOfContentsTitle{
		color:			#000099 ;
		font-face:		arial ;
		font-size:		16 ;
	}

	a {
		color:			#000099;
		text-decoration:	none;
	}

	a.black {
		color:			#000000;
		text-decoration:	none;
	}
	table {
		border-color:		#505080;
		border-width:		0px;
		padding:		0px;
	}

	table.border {
		border-color:           #505080;
		border-width:           1px;
	}
	table.filled {
		border-color:           #505080;
		border-width:           1px;
		background-color:       #101035;
	}
	table.menu {
		border-color:           #505080;
		border-width:           1px;
		background-color:       #101035;
		width:			170px;
	}
	table.rhsadd {
		border-color:           #505080;
		border-width:           1px;
		background-color:       #101035;
		width:			122px;
	}

	td {
		border-color:		#505080;
		border-width:		1px;
	}

	td.backImage {
		background-image:	url(images/blue_bg.jpg) ;
	}

	td.info {
		color:                  #F0F0F0;
		font-family:            arial, tahoma;
		font-size:              small;
	}

	td.TableOfContents {
		background-color:	#0075AA;
		color: 		#FFFFFF;
		font-family:		arial ;
		font-size:		20;
	}

