/* General Settings */

body {
	font-family: verdana,sans-serif;
	font-size: 0.8em;
}

a {
	color: #3498CB;
}

a:visited {
	color: #056699;
}

a:hover {
	color: #000000;
}

.text_right {
	text-align: right;
}

.container {
	overflow: hidden;
	width: 100%;
}

.corner_tl, .corner_tr, .corner_bl, .corner_br {
	background-repeat: no-repeat;
}
.corner_tl {
	background-position: top left;
}
.corner_tr {
	background-position: top right;
}
.corner_bl {
	background-position: bottom left;
}
.corner_br {
	background-position: bottom right;
}
