/* CSS Document */

body
{	
	
	background-image:url(../imgs/background.jpg);
	background:url(../imgs/background.jpg);
	background-position:top;
	background-position:right;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; color:#CCCCCC;

}

a:link { color:#FFFFCC}
a:visited { color:#FFCCCC}
a:active { color:#FF0000}
a:hover { color:#CCCCCC}

.style1 {font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; color:#CCCCCC}

.style2 {font-family: Georgia, "Times New Roman", Times, serif; font-size:13px; color:#FFFFFF}

.style3 {font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; color:#FFFFFF}

.style4 {font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; color:#999999}

.style5 {font-size: 12px}


h1
{
	
}

table
{
		font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; color:#CCCCCC;
		background-image:none;
		background-color:transparent;

}

input, textarea
{
		font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; color:#000000;

}
input:focus
{
	
}
textarea:focus
{

}

.text
{
	
}
.error
{
	font-family: Georgia, "Times New Roman", Times, serif; font-size:16px; color:#FF0000
}
.link
{

}