/***********************************************
 ***********************************************
	Style sheet for the Kolbe.com Site
		Case is important to the use of styles
		sheets. Please make certain to use the
		correct one.
		
		This style sheet will be placed in all
		pages of the site to control the basic 
		tag styles.

 ***********************************************
 ***********************************************/

/**********************************************
	Styles for Basic Tags                       
		Use of % and ems for basic font styles
		will allow the browser to have control
		over the actual size of the font type.
		
  **********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size: 100%; 
}

a{
	color: #cc6633;
	text-decoration: none;
}

a:link{
	color: #cc6633;
	text-decoration: none;
}

a:visited{
	color: #cc6633;
	text-decoration: none;
}

a:hover{
	color: #330066;
	text-decoration: underline;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #330066;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #330066;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #330066;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #330066;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #330066;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #9999FF;
}

img {
	border: none;
}



/**********************************************
	Styles for Classes
		These classes are designed to be used 
		time and time again on the same page.
		Most of teh time, they will be used in
		a SPAN tag.
		
  **********************************************/

.legal {
	font-size: 60%;
	vertical-align: super;
}

.alert {
	color: #cc0000;
}

