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

body,td,th {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
.gallery {
	height: 600px;
}
body {
	background-color: #010030;
}
.text-normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
}
.text-italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
}
.text-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
}
.text-head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
.text-footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #9999FF;
}
a:visited {
	color: #9999FF;
}
a:hover {
	color: #9999FF;
}
a:active {
	color: #9999FF;
}