/* standard customized pre-defined elements */

body {
	background-color: #E8D8AC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
}

p, font {
	padding: 0 10px 0 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.1;
}

a { 
	color: #710f73;
	font-weight: bold;
 }
 
a:hover { 
	color: #336699;
	font-weight: bold;
 }
 
b {
	font-weight: bold;
}

li {
	padding: 5px;
}

h1 {
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	color: #660000;
}

h2 {
	font-size: 14px;
	padding: 5px 5px 5px 5px;
}

h3 {
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}

img { 
	border: 0;
	float: none;
}

td { 
	/*line-height: 0;*/
	line-width: 0;
}

/* custom defined elements */
/*			   */

.content {
	height: auto;
	line-height: 1.0em;
}

.smalltext {
	font-size: 10px;
}

.copyright, p.copyright {
	border-top: thin solid silver;
	color: silver;
	font-size: 9px;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.login { 
	position: absolute;
	top: 55px;
	left: 700px;
	color: #FFFFFF;
        font-weight: bold;
}

#refund_policy {
	float: right;
	width: 80px;
	height: 100px;
	padding: 5px;
	}

#iframe_on {
	text-align: left;
	width: 612px;
	height: 330px;
	overflow: scroll;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	padding: 0px;
	margin: 5px;
	 overflow-x: hidden;
   overflow-y: scroll;
}

#iframe_off {
	text-align: left;
	width: 612px;
        height: 338px;
	overflow: hidden;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center top;
        padding: 0px;
        margin: 0px;
}

iframe {
	text-align: left;
        width: 100%;
        height: 800px;
 	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden; 
	scrolling: auto;
}

.contact_form {
	border: solid #64929C 1px;
	text-align: left;
	margin: 5px;
	padding: 5px;
	background: #B4D7D8;
	color: #B04F2C;
        font-weight: bold;
}

.contact_text {
        text-align: left;
        color: #B04F2C;
        font-weight: bold;
	margin: 4px;
	padding: 5px;
}


input.contact_form,textarea.contact_form {
	 border: solid #64929C 1px;
	 background: #C7EBEC;
	 margin: 0px;
	 padding: 2px;
	 font-size: 10px;
	 font-weight: normal;
	 width: 240px;
}

