/* LOCUS Cascading Style Sheet
 * Created by Leo Hee Fook Yew (DEC 2003)
 * leohee8@yahoo.com
 * http://leohee8.tripod.com
 */

body{
	background-image:url('images/bg.jpg');
	margin:0%;
}
a{
	color:#006600;
	text-decoration:none;
}
a:hover{
	/*text-decoration:underline;*/
	background-color:#008800;
	color:#FFFFFF;
}
input{
	font-family:tahoma;
	font-size:9pt;
	letter-spacing:.02em;
}
img{
	border:0pt;
}
.confirm{
	margin-top:15%;
}
ul{
	color:#555555;
	list-style:square;
	list-style-image:url("images/bullet.gif");
	margin-left:16px;
	margin-bottom:5px;
	font-size:8pt;
	font-family:Tahoma;
}
ul.sub{
	list-style:square;
	list-style-image:none;
	color:gray;
}
.headline{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	letter-spacing:0.1em;
}
.body_text{
	font-family:verdana;
	font-size:9pt;
}
.info{
	font-family:tahoma;
	font-size:7pt;
}
.tag{
	font-family:Century Gothic,arial;
	font-size:17pt;
	text-align:center;
	font-style:italic;
}
.search{
	font-family:arial;
	font-size:12pt;
	letter-spacing:.01em;
	color:#44AA00;
}
.sub_title{
	background-color:#44AA00;
	padding:3;
	color:#FFFFFF;
	font-weight:bold;
	font-family:tahoma;
	font-size:8pt;
}
.small{
	font-size:7pt;
	font-weight:bold;
}
/*.mybutton{
	background-color:#00AA44;
	font-family:Tahoma;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:light;
	letter-spacing:.4em;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:0px;
	border-width:2px;
	border-color:#00FF00;
}*/
