html, body {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #99CC00;
}


.main {
	height: 100%;
	width: 100%;
	max-width:1200px;
	background-color: #FFFFFF;
}
a {
	color: #0066CC;
	text-decoration: none;
}
.header {
	font-size: 18px;
}
.text {
	padding: 30px;
}
.textinner {
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 60px;
	padding-left: 60px;
}

.copyright {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.navibot {
	font-size: 11px;
}
.navitop {
	font-family: Taghoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.v1 {
	background-image: url(/images/v1.jpg);
	background-position: center;
	height: 175px;
	background-repeat: no-repeat;
}
.vspace {
	padding: 10px;
}
.textsmall {
	font-size: 11px;
}

.v2 {
	background-image: url(/images/v2.jpg);
	background-position: center;
	height: 175px;
	background-repeat: no-repeat;
}
.v3 {
	background-image: url(/images/v3.jpg);
	background-position: center;
	height: 175px;
	background-repeat: no-repeat;
}
.v4 {
	background-image: url(/images/v4.jpg);
	background-position: center;
	height: 175px;
	background-repeat: no-repeat;
}
ul {
	line-height: 200%;
}
a.link_button{
	border-right: 1px solid #D0D3D7;
	border-bottom: 1px solid #D0D3D7;
	border-left: 1px solid #F1F2F3;
	border-top: 1px solid #F1F2F3;
	background-color: #DFE1E3;
	padding: 1px 6px 1px 6px;
	color:#52585F;	
	}
a.link_button:hover {
	border-right: 1px solid #D9D900;
	border-bottom: 1px solid #D9D900;
	border-left: 1px solid #FFFF8A;
	border-top: 1px solid #FFFF8A;
	background-color: #FFFFCC;
	padding: 1px 6px 1px 6px;
	color:#52585F;		
	}
a.link_button:active {
	border-right: 1px solid #F1F2F3;
	border-bottom: 1px solid #F1F2F3;
	border-left: 1px solid #D0D3D7;
	border-top: 1px solid #D0D3D7;
	background-color: #DFE1E3;
	padding: 1px 6px 1px 6px;
	color: #000000;	
	}
.form_label{
	color: #666666;
	font-size: 12px;
    font-weight:bold;	
	vertical-align:top;	
}
.fields {
	width: 100%;
	border: 1px solid #CCCCCC;
	padding:2px 2px 2px 2px;
}

.textareas {
	height: 70px;
	width: 100%;
	border: 1px solid #CCCCCC;
}

.isbn {
	font-size: 9px;
	color: #CCCCCC;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left:2px;
	border: 1px solid #81A2C9;	
	}
.input:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left:2px;
	background-color:#FFFFCC;
	border: 1px solid #005782;
	}
   
.form{

	}
.form td{
	font-size: 11px;
	color: #475A70;	
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.form td td{
	text-align:left; /* tiny mce icons should be left aligned! */
	}
.label{
	font-size: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #475A70;	
	}
   
  .buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border-right: 1px solid #D0D3D7;
	border-bottom: 1px solid #D0D3D7;
	border-left: 1px solid #F1F2F3;
	border-top: 1px solid #F1F2F3;
	background-color: #DFE1E3;
	color:#52585F;	
	cursor:pointer;	
	padding-bottom:1px;
	}
.buttons:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border-right: 1px solid #D9D900;
	border-bottom: 1px solid #D9D900;
	border-left: 1px solid #FFFF8A;
	border-top: 1px solid #FFFF8A;
	background-color: #FFFFCC;
	color:#52585F;		
	cursor:pointer;	
	padding-bottom:1px;	
	}
.buttons:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border-right: 1px solid #F1F2F3;
	border-bottom: 1px solid #F1F2F3;
	border-left: 1px solid #D0D3D7;
	border-top: 1px solid #D0D3D7;
	background-color: #DFE1E3;
	color: #000000;	
	padding-bottom:1px;	
	}
   
  .step_label {
  font-size: 11px;
	color: #475A70;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }