/* CSS Document - Tim Major */

/****** basics ******/

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0px none;
}

body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	background-color: #231136;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color:#dab6ff;
}
h2 {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
h3, h4, h5, h6{ margin: 0; }
p, ul {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*li {
	margin: 4px;
	list-style-position: inside;
	list-style-type: disc;
}*/
ul ul {font-size: 12px !important;}

a img {
  border: 0px none;
}
a {
	font-weight: bold;
	color: #231136;
	text-decoration: none;	
}
a:hover{
	color: #dab6ff;	
}
#content img{
	float: left;
	margin-right: 10px;	
	margin-bottom: 10px;
}

#content a{
	color: #FFF;	
}
#content a:hover{
	color: #dab6ff;	
}
#tab a{
	color: #231136;
}
.smaller {
	font-size: 9px;
	font-weight: bold;
}