/***** 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;
}
table tbody tr td ol li span div {
display: inline;
}
table tbody tr td ol {
margin-left: 0;
padding-left: 15px;
}


/***** Forms *****/
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}

a {
	
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
}

.formLeftCol {
	font: bold 12px Arial, Helvetica, sans-serif;
	float: left;
	text-wrap:normal;
	width: 250px;
	padding: 5px;	
}
.formRightCol {
		float: left;
		width: 250px;
		padding: 5px;

	}
	
.link_norm {
	display: inline;
	
}
.contentLink a{
  color: #DA1117;	
}

