@import "structure.css";
@import "presentation.css";

/* imports all stylesheets for site, using @import hack to hide styles from v4 IE and NS
   see http://css-discuss.incutio.com/?page=ImportHack for more info on this method */
   

/* Main font settings - all browsers */

* {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: white;
	color: #333;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	
p, blockquote, ul, ol {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1.25em;
	}

.small, .note {
	font-size: 0.85em;
	}

ul, blockquote {
	padding-left: 2em;
}

li {
	margin-bottom: 0;
}
	
h1 {
	font: 140%/1em Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 1em;
	color: #BF0000;
	}
	
h2 {
	line-height: 1.5;
	color: #BF0000;
	font-weight: bold;
	}

h3, h4, h5, h6, th {
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 0.25em;
	}

a {
	color: #BF0000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
h2 a {
	}
	
h2 a:hover {
	}
	
img {
	border: 0;
}
	
strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}
	
hr {
	height: 1px;
	color: #ccc;
	}
	
/* Forms (standard) */
	
form {
	margin: 0;
	}
	
input.text, input.button, textarea, select {
	border: 1px solid #999;
	margin-top: 2px;
	padding: 0.1em;
	}

textarea {
	line-height: 1.5em;
	}
	



	




