html {
    overflow-y: scroll;
}

body {
	Background-Repeat: repeat-x;
	Font-Family: Helvetica, Arial, Verdana;
	Color: #666666;
	Background: #666666;
	Margin: 0px;
	Padding: 0px;
}

#logo {
	Width: 174px;
	Height: 31px;
	Margin: 40px;
	Margin-Bottom: 20px;
}

#wrapperwrapper {
	Background: #ffffff;
	Overflow: hidden;
	Width: 100%;
	Clear: both;	
}

#wrapper {
	Width: 920px;
	Margin: 0 auto;
}

#header {
	Display: inline-block;
	Width: 920px;
	Margin: 0px;
}

#content {
	Display: block;
	Width: 920px;
	Position: relative;
	Padding-Bottom: 10px;
}

#contentleft {
	Background: #ffffff;
	Float: left;
	Width: 550px;	
	Text-Align: justify;	
}

#contentright {
	Background: #ffffff;
	Float: right;
	Width: 300px;	
	Text-Align: justify;
}

.contentleft {
	Background: #ffffff;
	Float: left;
	Width: 550px;	
	Text-Align: justify;	
}

.contentright {
	Background: #ffffff;	
	Float: right;
	Width: 300px;	
	Text-Align: justify;
}

.leftobj {
	Background: #ffffff;
	Float: left;
	Width: 450px;	
	Text-Align: justify;
}

.rightobj {
	Background: #ffffff;	
	Float: right;
	Width: 450px;	
	Text-Align: justify;
}

#disclaimerwrapper {
	Padding-Top: 30px;
	Clear: both;
	Background-Image: url(/image/footer.png);
	Background-Repeat: repeat-x;
	Padding-Bottom: 20px;
}

#disclaimer {
	Width: 905px;
	Margin: 0 auto;	
	Clear: both;
	Font-Size: 7pt;
	Color: #aaaaaa;
}

#disclaimer a {
	Color: #bbbbbb;
}

.nocolor {
	Color: #666666;
}


textarea {
	resize: none;
}

a.pagenumber {
	Font-Size: 24pt;
	Padding: 10px;
}

.lefttextareasmall {
	Width: 650px;
	Height: 100px;
}

.lefttextarea {
	Width: 450px;
	Height: 200px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	Border: 1px solid #cccccc;	
	
}

.lefttextarealarge {
	Width: 650px;
	Height: 300px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	Border: 1px solid #cccccc;	
	
}

.lefttextfield {
	Width: 300px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	Border: 1px solid #cccccc;	
}

.lefttextfieldmini {
	Width: 100px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	Border: 1px solid #cccccc;	
}

.lefttextfieldmicro {
	Width: 50px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	Border: 1px solid #cccccc;	
}

.lefttextfieldwide {
	Width: 650px;
}

.contentrightarticle {
	
}

