body {
	background-color: #FFFFFF;
}

td, tr {
	color:#393a3a;
	font-family: 'Open Sans', sans-serif;;
	font-size: 14px;
}


.bg-main {
	background-image: url(images/index.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/*link start*/
a:link {
	color: #ED1C24;
	font-weight: bold;
}
a:visited {
	color: #ED1C24;
	font-weight: bold;
}
a:hover {
	color: #393A3A;
	font-weight: bold;
}
a:active {
	color: #ED1C24;
	font-weight: bold;
}
/*link end*/


/*menu start*/
.menu {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.menu A:link, .menu A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.menu A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
/*menu end*/


/*copyright start*/
.copyright {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.copyright A:link, .copyright A:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}
.copyright A:hover {
	color: #231F20;
	text-decoration: none;
	font-weight: normal;
}
/*copyright end*/
