﻿/* CSS Document */

/*Specify blanket rules for all elements*/
body{ clear:left; margin:0px; min-height:600px;  font-size:80%;  font-family: 'Helvetica Neue', Verdana, sans-serif; background:#000;}


/*Rules for headings*/
h1 { font-size:200%; line-height:100%; text-align:left;   color:#666; font-weight:lighter; text-decoration:none; }

h2 { font-size:120%; line-height:100%; text-align:left;   color:#fff; font-weight:normal; text-decoration:none;  }
h2 A { color:#fff; font-weight: normal; text-decoration:none;   }
h2 A:hover{ color:#666; font-weight: normal; text-decoration:none;   }

h3 { font-size:100%; line-height:100%; text-align:left;   color:#666; font-weight: normal; text-decoration:none;  }
h3 A { color:#666; font-weight: normal; text-decoration:none;  }
h3 A:hover{ color:#fff; font-weight: normal; text-decoration:none;  }


Form1 {line-height:200%;}

/*Default paragraph styles*/
p{ font-size:100%; line-height:120%; color:#999; text-decoration: none; margin:0px; padding:0; background:none}

p A {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
p A:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
p A:hover {
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}
p A:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

ul {margin:0; padding:0 0 0 20px; list-style-image: url(../../images/bullet.png)  ; font-size:100%; line-height:150%; color:#999; text-decoration: none; background:none;}

nav {color:#999999; margin:0; padding:2px 25px; background:none; border:none; }

nav A {color:#999999; text-decoration:none; background:none; border:none; }
nav A:hover {color:#ffffff; text-decoration:none; background:none; border:none; }

pp {color:#ffffff;}

/*footer style*/

#footer {font-size:80%; line-height:100%; font-weight:lighter; color:#999; text-decoration: none; margin:10px; padding:25; background:none}

.spacer {clear:both;}

img { border:none;}