/* CSS Document */
*{ margin: 0; padding: 0; }

body { display: block; height: 100%; width: 100%; margin: 0; background-color: #000; font-family: Arial, Verdana, Helvetica, sans-serif;  }
#navigation { height: 1px;	width: 1px;	overflow: hidden; }

.terms { font-family: Arial, Helvetica, sans-serif; color: #CCC; }

.terms_content { display: block; width: 750px; margin: 0 Auto; font-size: 10pt; }

.listing { display: block; width: 30px; float: left; margin-bottom: 15px;}
.contents { display: block; width: 720px; float: left; margin-bottom: 15px;}
.list_alpha { list-style: lower-alpha;}
.highlight { font-weight: bold; color: #FFF;}
ol { margin-bottom: 10px; }
li { list-style-position: outside; margin: 0 30px 10px 30px; }

h2 { font-size: 18pt; font-weight: bold; margin: 0; padding: 0; color: #FFF; }

h4 { font-size: 12pt; margin: 0 0 10px 0; padding: 10px 0 5px 0; color: #FFF; border-bottom: 1px #CCC solid;}

a { color: #F60; text-decoration: none; }
