@charset "utf-8";
/* CSS Document */

a.button
{
	font-family: Georgia;
	font-size: 17pt;
	padding: 20px;
	text-decoration:none;
	color:#FFFFFF;
}

a.button:hover
{
font-size: 17pt;
background-color:#FFFFFF;
color: #000000;
text-decoration:none;
padding: 20px;
}

a.button:active
{
padding: 20px;
font-size: 17pt;
background-color:#FFFFFF;
color: #000000;
text-decoration:none;
}

.rep
{
background-repeat:repeat-x;
}

.pt
{
font-size: 1pt;
}

.main_text
{
color:#FFFFFF;
font-family: Georgia;
font-size: 12pt;
}
.main_text2
{
color: #666666;
font-family: Georgia;
font-size: 12pt;
}

a.lnk
{
color:#FFFFFF;
font-family: Georgia;
font-size: 12pt;
text-decoration:underline;
}