body, p, table {
	color: #7a7a7a;
	font-family: "Trebuchet MS", Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color: #050505;
    text-align: "justify";
}

p {
    background-color: transparent;
    padding-left: 12px;
    padding-top: 12px; 
}

table {
    text-align: "justify";
		background-color: transparent;		
}

h1 {
text-transform: lowercase;
font-size: 14px;
color: #646363;
font-family:"Trebuchet MS", Verdana, Tahoma;
border-bottom: 4px solid #140a0b;
font-weight: bold;
text-align: left;
}

h1:first-letter {
font-size: 30px;
color: #55070b;
font-family:Times New Roman;
font-weight: bold;
font-style: italic;
}

h2, h3 {
font-size: 12px;
color: #646363;
font-family:"Trebuchet MS", Verdana, Tahoma;
border-bottom: 3px solid #140a0b;
font-weight: bold;
text-align: right;
}

h2:first-letter, h3:first-letter {
font-size: 26px;
color: #55070b;
font-family:Times New Roman;
font-weight: bold;
font-style: italic;
}

.buttonscontainer {width: 100px; text-align: right;}

.buttons a, .buttons a:visited {
color: #ffffff;
background-color: #7a7a7a;
padding: 2px;
padding-left: 10px;
display: block;
border-left: 7px solid #9e040e;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;
width:100px;
opacity: .2;
filter: alpha(opacity=20);
}

.buttons a:hover {
border-left: 7px solid #ffffff;
text-decoration: none;
color: #7a7a7a;
background-color: #000000;
border-bottom: 0px;
font-weight: bold;
text-decoration: none;
}

.box {
width: 80%;
background-color: #000000;
padding: 2px;
margin: 0px;
border: 2px solid #7a7a7a;
opacity: .3;
filter: alpha(opacity=30);
}

/* Input Fields */
input { font-family:"Trebuchet MS", Verdana, Tahoma; font-size:11px; background:#1f1f1f; color:#ffffff; border:#601016 2px solid; opacity: .2;
filter: alpha(opacity=20);}

textarea { font-family:"Trebuchet MS", Verdana, Tahoma; font-size:11px; background:#1f1f1f; color:#ffffff; border:#601016 2px solid; opacity: .2;
filter: alpha(opacity=20);}

select { font-family:"Trebuchet MS", Verdana, Tahoma; font-size:11px; background:#1f1f1f; color:#ffffff; border:#601016 2x solid; opacity: .2;
filter: alpha(opacity=20);}


/* Hyper Links */
a {
color:#601016;
text-decoration:none;
text-transform: uppercase;
font-family:"Trebuchet MS", Verdana, Tahoma;
font-size: 7pt;
font-weight: bold;
}

a:visited {
color:#601016;
text-decoration:none;
text-transform: uppercase;
font-family:"Trebuchet MS", Verdana, Tahoma;
font-size: 7pt;
font-weight: bold;
}

a:hover {
color:#ffffff;
border-bottom: 3px solid #601016;
text-decoration:none;
text-transform: uppercase;
font-family:"Trebuchet MS", Verdana, Tahoma;
font-size: 7pt;
font-weight: bold;
}

/* No Borders Images */
img { border: 0; }

