body {
	background: #010066 url(/Images/elements/blue-gradientbg.jpg) repeat-y;
	color: #FFFFFF;
}
.welcome {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
}
.kruseenergyitalic_White {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: White;
}
.kruseenergyitalic_Black {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: Black;
}
.kruseenergyitalic_Yellow {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: Yellow;
}
.headerbold_Black {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
}
.headerbold_Red {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Red;
}
.small {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: Black;
}
.smallbold {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: Black;
}
.mediumboldblue {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: Blue;
}
.medium_Black {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: Black;
}
.medium_White {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: White;
}
.mediumunderline_Black {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: Black;
}
.mediumunderlinebold_Black {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	color: Black;
}
.large {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: Black;
}
.largebold_Black {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: Black;
}
.largebold_Red {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: Red;
}	
.Yellow {color: #FFFF00}
}
.Red {color: #FF0000}
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #551a8b;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#CommonTopNav
{
	clear: both;
	background-color: Yellow;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 0 12px 0 12px;
	margin: 5px 0 5px 0;
	font-size: 12px;
}

#CommonTopNav a
{
	color: #000483;
	font-weight: bold;
	text-decoration: none;
	padding: 0 6px 0 6px;
}
/**********************************************************************
/* "Action" Classes
/*********************************************************************/

.FloatRight { float: right; }
.FloatLeft { float: left; }
.VMiddle { vertical-align: middle; }
.Hidden { display: none; }
.ClearAll { clear: both; }
.ClearLeft { clear: left; }
.ClearRight { clear: right; }
.AlignLeft { text-align: left; }
.AlignRight { text-align: right; }
.Center { text-align: center; }
.Indent { margin-left: 40px; }

.HorizontalList
{
	padding: 0;
	margin: 0;
}

.HorizontalList li
{
	float: left;
	list-style: none;
	margin: 0;
	display: inline;
}

/**********************************************************************
/* Buttons
/*********************************************************************/

.Button,
.Button:link,
.Button:visited,
.Button:active,
.Button:hover
{
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
	height: 25px;
	cursor: pointer;
	text-align: center;
}
