* { font-family: tahoma, verdana, arial, sans-serif; font-size : 12px; color: #000;}
body { margin : 0; padding : 0; height : 100%; }
a img { border : 0; }

.Bold { font-weight : bold; }
.Left { float : left; }
.Right { float : right; }
.Hidden { display : none; }
.Padding { padding : 10px; }
form { margin : 0; }
form fieldset { border : 0; padding : 0; margin : 0; }
a img { border : 0px; }

h1 { font-family: Times New Roman; font-weight : normal; font-size : 44px; margin : 0; text-transform : lowercase; color : #000; }
h2 { font-family: Times New Roman; font-weight : normal; font-size : 34px; margin : 0; text-transform : lowercase; }
h3 { font-size : 28px; margin : 0; text-transform : lowercase; }

.Button { padding : 1px 15px 1px 15px; cursor : pointer; color :#6e6e6e; font-size : 11px; font-weight : bold; }
.ButtonDisabled { padding : 1px 15px 1px 15px; cursor : pointer; color :#6e6e6e; font-size : 11px; font-weight : bold; }

hr { border: 0; width: 100%; height: 2px; margin-bottom : 10px; color: #000; border-bottom : 1px dashed #000; }

/* ****************************************************************
// Header
**************************************************************** */
#HeaderContainer { height : 90px; float : left; width : 100%; }
	#Header { padding : 18px 0 14px 0; width : 100%; margin : 0 auto; }
	#HeaderInner { height : 60px; }
	
#MenuContainer { display : none; }
#HeaderFooterColor { display : none; }

/* ****************************************************************
// Main
**************************************************************** */
#MainContainer { float : left; width : 100%; }
	#Main { width : 100%; margin : 0 auto; padding : 20px 0 0 0;}

#MidContainer { display : none;  }
	
#Main #Content { float : left; width : 100%; margin-bottom : 40px; }
#Main #ContentFull { float : left; width : 100%; margin-bottom : 40px; }
#Main #oRightContainer  { display : none; }

/* ****************************************************************
// Content
**************************************************************** */
#Main #ContentHeader { width : 100%; border-bottom : 1px Solid #000; padding-bottom : 10px; }
#Main .Padding { padding : 0; font-size : 12px; }

#oLeftContainer { display : none; }
	
#ContentText { float : left; width : 100%; text-align:justify;}
#ContentTextNoLeft { float : left; width : 100%; text-align:justify;  }
#ContentTextFull { float : left; width : 100%; text-align:justify; }
#ContentTextFullLeft { float : left; width : 100%; text-align:justify; }

#oRightContainer { display : none; }

#ContentText .Header { color : #000; }

/* ****************************************************************
// Footer
**************************************************************** */
#FooterTop a { text-transform : lowercase; font-weight : bold; text-decoration : none; }

#FooterTopContainer { display : none; }

#FooterMidContainer { display : none; }

#FooterBottomContainer { float : left; width : 100%; padding-bottom : 40px; }
	#FooterBottom { width : 100%; margin : 0 auto; } 
		#FooterBottom * { color : #000; }
		#FooterBottom .Left { display : none; }
		#FooterBottom .Right { padding-top : 5px; width : 100%; }
		#FooterBottom .Right a {  text-decoration : none; }
		#FooterBottom .Right a:hover { text-decoration : underline; }

/* ****************************************************************
// Form Tables
**************************************************************** */
.FormTable { margin-bottom : 10px; }
.FormTable .Name { vertical-align : top; width : 120px;  padding-top : 4px;  padding-bottom : 4px; }
.FormTable .Value { padding-bottom : 4px; }

.FormTable2 { margin-bottom : 10px; }
.FormTable2 .Name { vertical-align : top; width : 190px;  padding-top : 4px;  padding-bottom : 4px; }
.FormTable2 .Value { padding-bottom : 4px; }
