/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#CCC;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #192B52;
}
a {
	font-size: 12px;
	color: #192B52;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #192B52;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
	color: #192B52;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 13px;
	color: #192B52;
}
.Header {
	background-image: url(assets/Main/header.jpg);
	background-repeat: no-repeat;
}

.SideMenu {
	background-image: url(assets/Side/side_bg.jpg);
	background-repeat: repeat-y;
}

.Footer {
	background-image: url(assets/Main/footer.jpg);
	background-repeat: no-repeat;
}

.RightEdge {
	background-image: url(assets/Main/right_edge.jpg);
	background-repeat: repeat-y;
}

a:hover img { 
	filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; -khtml-opacity:0.70;
}