/*  Grouped CSS Related Styles **************/

/*  Change the 6 colors below. This will change
    all the colors for your site. */

.txtcolor01, a, h1, .txt01, .txt02, #accept, #reject {
	color: #3399CC;
}

.bgcolor01, .popup01, #WrapHead, #action {
	background: #0a3576;
}

* html hr {
	color: #0099CC;
	height: 1px;
	margin: 0px 0px 10px 0px;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #0a3576; 
	margin: 0px 0px 10px 0px; 
}

.bordertop01, .Footer01 {
	border-top: 1px solid #0a3576; 
}

.border01, .formInput, .textArea, select.formInput {
	border: 1px solid #0a3576;
}

/*  Main CSS Colors */ 

.txtblack01, td, div, a.link01, input, select, textarea, h2, .popup02, input, .txtform01, FormTextL, .FormTextR, .FormTextC, .FormMsg, .FormSubmit, select.formInput {
	 color: #000;
}

.txtdgrey01, a:hover, a.link01:hover {
	color: #181818;
}

.txtwhite01, a.link02, .popup01, .PageHead, #action, .FormTextR02, .FormMsg02 {
	color: #FFF;
}

.txtsilver01, a.link02:hover {
	color: #dedede;
}

.txtred01, .PageTitle02, .FormError {
	color: #FF0000;
}

.txtmaroon01, .copybody {
	color: #632207;
}

.txtgreen01 {
	color: #009900;
}

.bgwhite01, .popup02, .outertable01, .InnerCell, #accept, #reject, #quantity {
	background: #FFF;
}

.bgsilver01, .PageTitle02 {
	background: #E3E4E4;
}

.borderblack01, .outertable01 {
	border: 1px solid #000;
}

#WrapHead {
	color: #3366CC; border: 1px solid #000;
}

#action, #accept, #reject {
	border-left: 2px solid #eff3f5; border-bottom: 2px solid #89a7b6; border-right: 2px solid #89a7b6; border-top: 2px solid #eff3f5;
}

/*  General CSS Related Styles **************/

td, div, input, select, textarea, .popup02, .PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}

.txtform01, FormTextL, .FormTextR, .FormTextC, .FormMsg02, .FormSubmit {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

.txtform02, .copybody  {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}

.txtunderline01, a, a.link01, a.link02, a.link02:hover {
	text-decoration: underline;
}

.txtnounderline01, a:hover, a.link01:hover {
	text-decoration: none;
}

.txtbold01, .txt01, #action, #accept, #reject, .PageTitle {
	font-weight: bold;
}

.txtitalic01 {
	font-style: italic;
}

img {
	border: none;
}

.txt02 {
	font-family: Century Gotchic, Arial, Helvetica, sans-serif; font-size: 14px;
}

.txt03, .Footer01, .FormMsg {
	font-size: 10px; 
}

.textleft01, .FormTextL {
	text-align: left;
}

.textright01, .FormTextR, .FormTextR02 {
	text-align: right;
}

.textcenter01, .FormTextC {
	text-align: center;
}

/*  Use the floatleft or floatright class to align an 
    image or div left or right. */

img.floatleft, .floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright, .floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}
 
h1 {
	font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold;
	margin: 0px 0px 10px 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

ul {
	padding: 0;
	margin: 0px 0px 10px 20px;
}

li {
	list-style: disc;
	padding-left: 0px;
	margin: auto;
	line-height: 15px;
}

ol li {
/*  On a <ol> of a list, it will make a number
    list for you. So use the following format: 
	<ol><li></li></ol> */
	list-style: decimal;
	margin: 0px 0px 0px 20px;
	line-height: 17px;
}

/*  Do not edit the .pad01, .pad02 or .pad03 class.  */
	
.pad01 {
	padding: 10px;
}

.pad02 {
	padding: 0px 10px 0px 10px;
}

.pad03 {
	padding: 10px 0px 10px 0px;
}

.form01 {
	padding: 10px 10px 0px 10px;
}

.popup01 {
	font-size: 12px;
}

.popup02 {
	line-height: 15px;
	padding: 12px;
}

.popup02 p {
	line-height: 17px;
}

.Footer01 {
	text-align: center;
	padding-bottom: 8px;
}

.Footer01 p {
	margin: 8px 0px 12px 0px;
}

/*  Form Related Styles **************/

form {
	margin: 0px;
}

.formInput, .textArea {
	background: #FFF url(../images/bg_input.gif) repeat-x;
/*  Below you can change the form border 
    colors (normally if you do a find and 
	replace with the link color as I 
	stated above, you won't need to unless 
	you want different colors). */
	padding: 2px;
	height: 20px;
}

.textArea {
	height: auto;
}

select.formInput {
/*  Below you can change the form border 
    colors (normally if you do a find and 
	replace with the link color as I 
	stated above, you won't need to unless 
	you want different colors). */
	height: 20px;
	margin-bottom: 2px;
}.paragraphcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 140px;
	padding-top: 62px;
}
.greenparagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 150px;
	color: #FFFFFF;
}
.bodyallpages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
	color: #333333;
	line-height: 16px;
}
.headersub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 17px;
}