@charset "utf-8";
/* Anna Prifti Styles */

body {
	background-color: #FFFFFF;
	background-image: url(img/bg-1.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	margin: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #3366FF;
}
a:active {
	text-decoration: none;
	color: #3399FF;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 3px;
	color: #333333;
}
.h1 {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
}
.h2 {
	font-size: 24px;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
}
.h3 {
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyhead {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}
.bodywhite {
	color: #FFFFFF;
	line-height: 16pt;
	font-size: 14px;
}
.footer {
	font-size: 10px;
	color: #666666;
}
.highlight {
	background-image: url(img/img-table-bg.jpg);
	background-repeat: no-repeat;
}
.quote {
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	color: #666666;
}
.highlight        {
	color: #F00;
}

