﻿/******************** style for website ******************/

/***** common styles for index *****/
* {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
a {
	color: #000000;
}
a:link {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a:active {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
/***** large background adjustable size (NOT USED)*****/
/*html {										*/
/*	background: url(../master/background.jpg) no-repeat center center fixed;	*/
/*	-webkit-background-size: cover;							*/
/*	-moz-background-size: cover;							*/
/*	-o-background-size: cover;							*/
/*	background-size: cover;								*/
/*}											*/
/***** textbox footer webdesign by *****/
.gb_footer{
	margin-top: 8px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 7pt;
}