/* BROWSER RESET
-----------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }
/*---------------------------------------------------------*/


/* WEBSITE HTML/BODY
-----------------------------------------------------------*/
html, body {border:0; margin:0; padding:0;}

body {
	background-attachment:fixed;
	background-color:#1a1a1a;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	 }
/*---------------------------------------------------------*/

 
/* HEADERS
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-weight:normal;} 
h1 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	} 
h2	{
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}

h3	{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	}
	
h4	{
	color:#676767;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	}
h5	{
	color:#aa9234;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:0.2mm;
	text-transform:uppercase;
	word-spacing:0.4mm;
	}
h6	{
	color:#5c6871;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.2mm;
	padding-bottom:7px;
	text-transform:uppercase;
	word-spacing:0.4mm;
	}
/*---------------------------------------------------------*/
 

/* COMMON FORMATTING
-----------------------------------------------------------*/
p, ul, ol {margin:0; font-family:Arial, Helvetica, sans-serif; padding:0 0 0 0;} 
ul, ol {padding:0 0 0 0;} 
blockquote {margin:1.25em; padding:1.25em 1.25em 0 1.25em;} 
small {font-size:0.85em;} 
img {border:0;} 
sup {position:relative; bottom:0.3em; vertical-align:baseline;} 
sub {position:relative; bottom:-0.2em; vertical-align:baseline;} 
acronym, abbr {cursor:help; letter-spacing:1px; border-bottom:1px dashed;}
/*---------------------------------------------------------*/

 
/* LINKS
-----------------------------------------------------------
a {font-family: Arial, Helvetica, sans-serif; font-size:1.1em; font-weight:bold;}
a:link {font-style:normal; color:#7e0e09; cursor:pointer; text-decoration:underline;}
a:visited {color:#a23c37; text-decoration:none;}
a:hover	{ color:#7e0e09; text-decoration:none;}
a:active {font-style:normal; color:#7e0e09; cursor:pointer; text-decoration:underline;}*/
/*---------------------------------------------------------*/

 
/* TABLES
-----------------------------------------------------------*/ 
table {border:0; margin:0; padding:0;} 
table tr td {padding:2px;}
/*---------------------------------------------------------*/
 
/* IMG
-----------------------------------------------------------*/ 

/*---------------------------------------------------------*/



/* GLOBAL CLASSES
-----------------------------------------------------------*/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.marginLeft10	{	margin-left:10px; }
.marginTop10	{	margin-Top:10px; }

/*---------------------------------------------------------*/
