@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	background-position:center;
	margin:0px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.headline-left {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}
.headline-right {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #F00;
}
a:hover {
	color:#06F;;	
	text-decoration:none;
}

a:link {
	color:#F30;	
	text-decoration:none;
}

a:visited {
	color:#F00;
	;
	text-decoration:none;
}

a:active{
	
	color:#000;
	text-decoration:none;
	
	}
.appTitle {
	font-weight: bold;
	color: #F00;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	font-size: 11px;
}
.appDesc {
	font-size: 10px;
	text-align: left;
}
