@charset "UTF-8";
.ShadowBkg {
	background-image: url(../images/black-bgk.png);
}
.Book {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	text-shadow: rgba(0, 0, 1, 1) 0px 1px 1px;
}

.buttonName {
	-webkit-border-radius: 0;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background-menu-main.jpg);
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0px;
	height: 30px;
	
}.MenuBackground {
	background-image: url(../images/background-menu.jpg);
}

.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 0;
}

.SideMenu {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-indent: 10px;
	text-transform: uppercase;
	background-image: url(../images/black-bgk.png);
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 0;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

p.newContent a:link, p.newContent a:visited, p.newContent a:hover, p.newContent a:active {
	color: #2A52E0;
	text-decoration: none;
}

.TextMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 10px;
}
.Credentials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.TextMainWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 0px;
}
h1, h2 {
	font-size: 16px;
}
