/***** Global Settings *****/
html {
	margin : 0;
	padding : 0;
	overflow-y: scroll; /* This line is used to always show the scroll bar in firefox */
	overflow-x: auto;
	margin-top: 0;
} 

body {
	background:#ffffff url(../images/main_bg.jpg) repeat center;
	font-family: Trebuchet MS,Helvetica,Verdana;
}
 
/***** Common Formatting *****/
p{
	margin:0;
	padding:0 0 18px 0;
}


img {
	border: 0;
}

table, tbody, tr, td, th {
	border-collapse: collapse;
	color: #000;
	line-height: 16px;
	font-size: 12px;
}


/***** Forms *****/
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}

a {
	
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
}
