@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.button {
	
}
.subtitle {
	font-size: 12pt;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.title {
	color: red;
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}
.smalltext {
	font-size: 10pt;
	color: #CCCCCC;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body,td,th {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #DDE9F0;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 6pt;
}
.leftAligned {
	text-align: left;
}
.rightAligned {
	text-align: right;
}
.black {
	color: black;
}
a.mail {
	color: black;
	font-weight: bold;
}
