html, body
{
    margin				: 0;
    padding				: 0;
	text-align			: center;
	border				: 0;
	background-color	: white; /* #F0F0F0; */
	background-image	: url(../img/bg/topbg2.png);
	background-position	: top;
	background-repeat	: repeat-x;
}
a, a:visited{
	text-decoration: none;
	color				: #666666;
}
a.index:hover{
	color				: #96BE11;
	font-weight			: bolder;
}

a.index, a.index:visited{
	font-size			: 16px;
	color				: #666666;
	font-weight			: bold;
}

hr{
	size				: 10;
	color				: black;
}

hr.small_dotted{
	border				: none;
	border-top			: dotted 1px black;
	height				: 1px;
}

hr.dotted{
	border				: none 0;
	border-top			: 1px dashed #000;
	height				: 1px;
}

hr.greenLine{

	color				: #96BE11;
	border				: #96BE11;
	background-color	: #96BE11;
	height				: 2px;
	width				: 100%;
}

#quickLinks
{
	position			: relative;
	font-family			: Arial;
	font-size			: 12px;
	height				: 40px;
	color				: #B2B2B2;
	text-align			: left;
	vertical-align		: bottom;
	margin				: 5 0 0 0;
	padding				: 0 0 5 5;
	border				: 0;
	background-color	: transparent;
	font-weight			: normal;
}

.defaultMenu,defaultMenu:visited, #defaultQuick
{
	color				: #B2B2B2;
	font-weight			: normal;
	margin				: 0 5 0 0;
}
.chosenMenu, #quickLinks a:hover,#chosenQuick
{
	color				: #666666;
	font-weight			: bold;
}

#container
{
 	position        : relative;
  	margin          : 0 auto;
   	padding         : 0;
   	width           : 1024px;
	height			: 100%;
   	text-align      : center;
	border			: 0;
	background-color: transparent;
}

#wrapper
{
	position		: relative;
	width			: 1024px;
	text-align		: center;
	margin			: 0 auto;
	padding			: 0;
	border			: 0;
}

#banner{
	position			: relative;
	width				: 1024px;
	height				: 325px;
	border				: 0;
	margin				: 0 0 0 0;
	background-color	: transparent;
	border				: 0;
}

#flashBanner {
	background-image	: url(../img/bg/watchbg.jpg);
	background-position	: top;
	background-repeat	: repeat-x;
}

table{
	border				:0;
}
#middle{
	position			: relative;
	width				: 100%;
}

#footer{
	position			: relative;
	clear				: both;
	background-color	: transparent;
	margin				: 0 0 0 0;
	padding				: 8 0 8 0;
	border				: 0;
	height				: 25px;
}
#footer a,a:visited{
	color				: #666666;
	font-size			: 12px;
	text-decoration		: none;
}
#footer a:hover{
	color				: black;
}

.Headline, h1{
	color				: red;
	font-family			: Arial;
	font-size			: 14px;
	font-weight			: bold;
	color				: #97bf0d;
}

h2{
	font-family			: Arial;
	color				: black;
	font-size			: 12px;
	font-weight			: bold;
}
h3{
	font-family			: Arial;
	color				: black;
	font-size			: 12px;
	text-decoration		: underline;
	font-weight			: normal;
}

.Text{
	width				: 700;
	margin				: 0 10 0 25;
	border				: 0;
}

.Attachments{
	margin				: 0;
	padding				: 0 0 0 10px;
	list-style			: none;
	height				: 17px;
}

.btn{
	background-color	: transparent;
	border				: 1px solid #666666;
	color				: #666666;
}
#blue a, a:visited{
	font-family			: Arial;
	size				: 12;
	color				: blue;
	text-decoration		: none;
}
.Menu1
{
	padding				: 8 0 0 0;
}
.Menu2
{
	padding				: 0 0 0 10;
}
.Menu1 a, .Menu2 a
{
	color				: #666666;
}
.Menu1 a:hover, .Menu2 a:hover
{
	font-weight			: bold;
	color				: black;
}

#blue a:hover
{
	text-decoration		: underline;
}
#warning
{
	width				: 400;
	margin				: 20;
	padding				: 5;
	border-color		: red;
	background-color	: pink;
}
#sectionA
{
	width				: 250px;
}
#sectionB
{
	width				: 750px;
	border-left			: 1px dotted black;
	border-right		: 1px dotted black;
}
#sectionA,#sectionB
{
	background-color	: white;
	vertical-align		: top;
}

#leftSide
{
	position			: relative;
	float				: left;
	width				: 250;
	font-family			: Arial;
	font-size			: 12;
	color				: #666666;
	text-align			: left;
	margin				: 5 4 0 0;
	padding				: 0 8 0 8;
	background-color	: white;
}
#leftSide p
{
	margin				: 0 0 0 5;
}

#rightSide
{
	position			: relative;
	float				: left;
	text-align			: left;
	width				: 750px;
	font-family			: Arial;
	font-size			: 12;
	border				: 0;
	margin				: 5 0 0 0;
	background-color	: white;
}
#rightSide p, a, .blanko
{
	font-family			: Arial;
	font-size			: 12;
}
#blanko{
	color				: #333333;
	font-weight			: normal;
	font-family			: Arial;
	font-size			: 10pt;
}

#rightSide h1
{

}