/* CSS Document */

/* FORMAT */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	vertical-align: middle;
}

/* FIELDS */
#image {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

#titlefield {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#details {
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 0px;
}
#logo {
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 20px;
	text-align: center;
	vertical-align: middle;
}
#logo2 {
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 0px;
	text-align: left;
	vertical-align: middle;
}
/* TYPE */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 5px;
	background-color: #000;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.1;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
}
.details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}
.details2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}
.details3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}
/* LINKS */

A:link {
	color : #000000;
	text-decoration : underline;
	font-weight : normal;
}

A:visited { 
	color : #000000;
	text-decoration : underline;
	font-weight : normal;
}
A:hover {
	color : #ffffff;
	text-decoration : none;
	background-color: #000000;
}
		
A.title2:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
}

A.title2:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
}

A.title2:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
}

