html, body {  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;
	
	background: url(images/bg-cosmetic.gif) repeat-x #b0b4b0;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background-color: #b0b4b0;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px; 
	color: #29215c;
}

.address a:link {color: #605894; text-decoration: underline;}
.address a:visited {color: #605894; text-decoration: underline;}
.address a:hover {color: #9a96ba; text-decoration: none;}
.address a:active {color: #605894; text-decoration: underline;}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
}
.copyright a:link {color: #605894; text-decoration: underline;}
.copyright a:visited {color: #605894; text-decoration: underline;}
.copyright a:hover {color: #9a96ba; text-decoration: none;}
.copyright a:active {color: #605894; text-decoration: underline;}

/*====begin form====*/
		.button { 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			background-color: #008166; 
			color: #ffffff; 
			margin-right: 0px; 
			border: 1px solid #000; 
		}
		.input{
			color: #525052; 
			font-size: 10px; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-color: #fff;
			border: 1px solid #cbc9d9; 
			text-align: left;
		}
		
		.stripe { background-color: #cfcddc;}
		
/*====end form====*/

h1 {
	color: #29215c;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}

h2 {
	color: #29215c;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}

.image_border {
	border: 1px solid #ffffff;
}

table { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #250823; 
	font-size: 11px; 
	line-height: 16px;
	text-align: left;
}

table a:link {color: #754277; text-decoration: underline;}
table a:visited {color: #754277; text-decoration: underline;}
table a:hover {color: #ba1ac0; text-decoration: none;}
table a:active {color: #754277; text-decoration: underline;}

.sidebar { 
	background: url(images/sidebar-top-bg-cosmetic.jpg) no-repeat; 
	color: #ffffff; 
	font-size: 10px; 
	line-height: 12px;
	text-align: left;	
}

.sidebar a:link {color: #f8bcfc; text-decoration: underline;}
.sidebar a:visited {color: #f8bcfc; text-decoration: underline;}
.sidebar a:hover {color: #f155fb; text-decoration: none;}
.sidebar a:active {color: #f8bcfc; text-decoration: underline;}

.tablebg { background-image: url(images/table-bg-cosmetic.jpg);}

