@import "style.tiny.css";
@import "style.structure.css";
@import "style.application.css";
@import "style.plan.css";

a:link {
	
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}
a:hover {	
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

a img {
	border: none;
}

form {
	margin:0;
	padding:0;
}

.huge {
	
	text-align:left;
	font-size: 18pt;
	color:#333;
	font-weight:normal;
	display:block;
	text-indent: 10px;
	width:50%;
	border-bottom: solid 1px #666;	
	padding-bottom: 5px; 
}

/* usefull for background image into a div*/
.img_bg {
	
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}

.textbox {
	
	border: solid 1px #666;
	background-color: #fff;
	color: #666;	
	font-size: 9pt;
	font-family: 'Century Gothic', 'Arial', 'Times New Roman', 'sans-serif';	
}

.selector {
	
	border: solid 1px #666;
	background-color: #fff;
	color: #666;	
	font-size: 10pt;
}

.btn {
	
	border: solid 1px #666;
	background-color: #aaa;
	color: #000;	
	font-size: 9pt;
	cursor:pointer;
	padding:2px;
	height:23px;
	font-family: 'Century Gothic', 'Arial', 'Times New Roman', 'sans-serif';	
}

