 
	.searchText{FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: helvetica; text-decoration: none}
	.basicText{FONT-SIZE: 11px; COLOR: white; FONT-FAMILY: helvetica; text-decoration: none}
	.menuText{FONT-SIZE: 11px; COLOR: #203E61; FONT-FAMILY: helvetica; font-weight: bold; text-decoration: none}
	.temp01Title{FONT-SIZE: 17px; font-weight: bold; COLOR: black; FONT-FAMILY: helvetica; text-decoration: none}
	.temp01Text{FONT-SIZE: 11px; COLOR: #174253; FONT-FAMILY: helvetica; text-decoration: none}
	.temp01Link{FONT-SIZE: 11px; COLOR: #006699; FONT-FAMILY: helvetica}
	.temp02Title{FONT-SIZE: 18px; font-weight: bold; COLOR: #000099; FONT-FAMILY: helvetica; text-decoration: none}
	.temp02Text{FONT-SIZE: 12px; COLOR: #222222; FONT-FAMILY: verdana, helvetica; text-decoration: none}
	.temp02Header{FONT-SIZE: 13px; font-weight: bold; COLOR: #222222; FONT-FAMILY: verdana, helvetica; text-decoration: none}
	td.content{BACKGROUND-COLOR: #FFFFFF; BACKGROUND-REPEAT:repeat-x; border-left: 1px solid #CCCCCC; }
	table.temp03Bg{BACKGROUND-COLOR: #FFFFFF; BACKGROUND-REPEAT:repeat-x}
	.temp03Title{BACKGROUND-COLOR: #FFFFFF; FONT-SIZE: 18px; font-weight: bold; COLOR: #222222; FONT-FAMILY: helvetica; text-decoration: none}
	.temp03Text{FONT-SIZE: 11px; COLOR: #222222; FONT-FAMILY: verdana, helvetica; text-decoration: none}
	.temp03NewsHeader{FONT-SIZE: 12px; font-weight: bold; COLOR: #222222; FONT-FAMILY: helvetica; text-decoration: none}
	.temp03Link{FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: verdana, helvetica}
	.subMenuText{FONT-SIZE: 12px; COLOR: #174253; FONT-FAMILY: verdana, helvetica; text-decoration: none}
	.subMenuCurrent{background-color: #dedede; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: helvetica; text-decoration: none}
	body{BACKGROUND-IMAGE: url(../images/bg.gif); BACKGROUND-REPEAT:repeat-x; BACKGROUND-COLOR: #CCCCCC;}

	table.subMenu {
	}
	table.subMenu td {
		FONT-SIZE: 11px; 
		COLOR: #174253; 
		FONT-FAMILY: verdana, helvetica; 
		text-decoration: none;
		padding: 3px;
	}
	table.subMenu td a:link, table.subMenu td a:visited { 
		color: #174253; 
		text-decoration: none; 
	}
	table.subMenu tr.Current td.swoosh {
		background: url(/images/swoosh_15_yel.gif);
		background-repeat: no-repeat;
		background-position: center right;
	}
	table.subMenu tr td.swoosh {
		background: url(/images/swoosh_10_blk.gif);
		background-repeat: no-repeat;
		background-position: center right;
	}

	table.subMenu tr.Underline td {
		border-bottom: 1px dotted #cccccc !important;
	}
	table.subMenu tr.Current td {
		FONT-SIZE: 12px; 
		FONT-WEIGHT: bold;
	}
	table.subMenu td.Current a:link, table.subMenu td.Current a:visited {
		color: black;

	}

	ul.news {
		list-style-type: none;
		font-size: 11px;
		font-family: Arial;
		margin-left: 0;
		padding-left: 10px;
		padding-top: 0px;
		margin-top: 10px; 
		margin-bottom: 10px; 
		
	}
	ul.news li {
		background-image: url('/images/03IconPaper.gif');
		background-repeat: no-repeat; 
		background-position:  0 0.1em; 
		padding-left: 1.5em; 
		padding-bottom: 1em;
		line-height: 1.2em;
	}
	ul.subMenu {
		list-style-type: none;
		margin-left: 0;
		padding-left: 10px;
		padding-top: 0px;
		margin-top: 0px; 
		margin-bottom: 10px; 
		FONT-SIZE: 11px; 
		COLOR: #174253; 
		FONT-FAMILY: verdana, helvetica; 
		text-decoration: none;
		
	}
	ul.subMenu li {
		list-style-image: none;
		background-image: url(/images/swoosh_10_blk.gif);
		background-repeat: no-repeat; 
		background-position:  0 0.4em; 
		padding-left: 1.5em; 
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		line-height: 1.2em;
	}
	ul.subMenu li.Current {
		background-image: url(/images/swoosh_15_yel.gif);
		FONT-SIZE: 12px; 
		FONT-WEIGHT: bold;
	}
	ul.subMenu li a:link, ul.subMenu li a:visited { 
		color: #174253; 
		text-decoration: none; 
	}

	ul.subMenu li.Underline {
		border-bottom: 1px dotted #cccccc !important;
	}
td {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}

.HeadlineHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	line-height: 1.4em;

}

.Subtitles {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}

.SubtitlesBlue {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4B5679;
}


table.mainContent {
	border-collapse: collapse;
	width: 100%;

}
table.mainContent td {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 1.2em;
	padding: 10px;
}
table.mainContent td.col1 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	width: 200px;
}
table.mainContent td.col2 {
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	width: 100%;
}

p.indent {
	margin-top: 2;
	margin-left: 8px;
	margin-bottom: 5px;
	margin-right: 4px;	
	line-height: 1.4em;

}

div.bottomright {
	position: absolute; 
	bottom: 0px; 
	right: 0px;

}

div.sidecontent {
	height: 100%; 
	width: 100%; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	visibility: hidden;
}

a:visited {
	color: #009900;
}

a:link {
	color: #009900;
}
a:hover {
	color: #33CC00;
}

.HeadlineBlue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4B5679;
}
