/***** Global Settings *****/
html {
	overflow-y: scroll; /* This line is used to always show the scroll bar in firefox */
} 

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	text-align:center; 
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	/*color:#768394;*/
	color:#293f46;

}

/***** links ******/
/*a {text-decoration:none; color:#768394;} */
a {text-decoration:none; color:blue;} 
a:visited {color:#768394;}
a:hover {text-decoration:none; color:#293f46;}


 
/***** Common Formatting *****/
p{
	margin:0;
	padding:0 0 18px 0;
}

ul, ol {
	list-style: none;
	padding:0 0 18px 0;
}

UL LI UL LI {
	list-style-position:outside; 
	margin-bottom: 0; 
	margin-left: 20px;
}

img {
	border: 0;
}

table, tbody, tr, td, th {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	/*font-size: 13px;*/
}

/***** Forms *****/
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}





