/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font: 12px helvetica, arial, sans-serif;*font-size:small;*font:x-small;
  	color: #888888; line-height: 20px; background-image: url(thunder-bg.jpg);  
 		background-repeat: no-repeat;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% helvetica, arial, sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.4em;}

body {background-color: transparent; }

* {border:none; margin:0; padding:0;}

em {font-style: italic;}
strong {font-weight: 800;}

#wrapper {border-left: 0px solid transparent; margin-left: 0px; background-color: transparent; padding: 0 0 30px 0px;}

#header {background-color: transparent; text-align: left; margin: 0; }

#info {background-color: transparent;text-align: left; margin: 0; }

#title {background-color: transparent;text-align: left; margin: 0;}

#footer {background-color: transparent; text-align: left; margin: 20px 0 0 0;}

a:link, a:active, a:visited {text-decoration: none; color: #c24ef8;  /* #9999CC */ }
a:hover, a:visited:hover {text-decoration: underline; color: #c24ef8;  /* #9999CC */ }

p {margin: 5px;}

ul {margin: 5px;}

ul li {list-style-type: none; margin-left: 15px;}

.clear {clear: both;}



h1 {
	font-size: 150%;
	font-weight: 800;
	}

h2 {
	font-size: 130%; 
	font-weight: 800;
	}



h3 {
	font-size: 100%; 
	font-weight: 800;
}


