html {
	margin: 0; padding: 0; 
}

body {
	margin: 0; padding: 0; 
	background-color:#000000;
	color : #ffffff;
	font-family:Century Gothic, Arial;
}

table {
    margin: 0; padding: 0; 
		
}

td {
    margin: 0; padding: 0;
}
.bgblack {
	background-image: url(../images/bg_black.jpg); background-repeat:repeat;
}
.bgred {
	background-image: url(../images/bg_red.jpg); background-repeat:repeat;
}

tr {
    margin: 0; padding: 0; 
}

th {
    margin: 0; padding: 0; 
}

img {
    border: 0px; margin-right: 0;margin-left: 0; margin-top: 0;margin-bottom: 0;
}

a:link { font-family:Century Gothic, Arial; text-decoration:none; font-weight:bold; color:#7d0000; }
a:visited { font-family:Century Gothic, Arial; text-decoration:none; font-weight:bold; color:#7d0000; }
a:hover { font-family:Century Gothic, Arial; text-decoration:underline; font-weight:bold; color:#7d0000; }
a:active { font-family:Century Gothic, Arial; text-decoration:underline; font-weight:bold; color:#7d0000; }
a:focus { font-family:Century Gothic, Arial; text-decoration:none; font-weight:bold; color:#7d0000; }

span { font-family:Century Gothic, Arial; }
.small {font-size:14px; font-weight:normal; }
.normal {font-size:16px; font-weight:normal; }
.big {font-size:20px; font-weight:normal; }

form { font-family:Century Gothic, Arial; padding:0px; border:0px solid #ffffff; }
.border {border:1px solid #000000;padding: 2; spacing:2;}

input{font-family:Century Gothic, Arial; background-image: url(../images/bg_red.jpg); background-repeat:repeat; color:#ffffff; font-size:14px; font-family:Arial,sans-serif; font-weight:normal; border:1px solid #000000;}
.Button { width:200px; border:1px solid #ffffff;}
.B_small {width:50px;}
.B_normal {width:200px;}
.B_big {width:240px;}

textarea {color:#ffffff; background-image: url(../images/bg_red.jpg); background-repeat:repeat; font-size:14px; font-family:Arial,sans-serif; font-weight:normal; border:1px solid #000000; width:660px;
 scrollbar-3dlight-color: darkred;
 scrollbar-arrow-color: darkred;
 scrollbar-darkshadow-color: darkred;
 scrollbar-face-color: darkred;
 scrollbar-highlight-color: darkred;
 scrollbar-shadow-color: darkred;
 scrollbar-track-color: darkred;
}
.width800 { width:800px;
}