/* 
	This file defines the classes available for use in the content region of the site.  
	This file can be overloaded by specifics in templates 
	and as such !important should never be used in this file
*/

/*Classes for images*/

.image{
	margin: 0.4em;
}


.image_right{
	float: right;
	margin: 0.4em;
}

.image_left{
	float: left;
	margin: 0.4em;
}

/*Classes for text changes*/

.text_big{
	font-size: 1.4em;
}

.text_bigger{
	font-size: 1.6em;
}

.text_biggest{
	font-size: 1.8em;
}

.text_small{
	font-size: 1em;
	line-height: 1.1em;
}

.text_smaller{
	font-size: .8em;
	line-height: .9em;
}

.text_smallest{
	font-size: .6em;
	line-height: .7em;
}

.text_light{
	color:#666;
}

.text_lightest{
	color:#999;
}

.text_dark{
	color: #333333;
}

.text_darkest{
	color: black;
}

/*Classes for positioning*/

.center{
	margin: 0 auto;
	display: block;
}


/*Base tag overloads for all templates*/
body{
	font-family: Verdana, Arial;
	font-size:62.5%;
	color:#494949 ;
	margin: 0px;
}

p {
	font-size:1.2em;
	line-height: 1.4em;
	margin-top:.5em;
}

h1 h2 h3 h4 h5 h6{
	color: #494949;
}

blockquote{

}

a{

}

h1{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.6em;
}

h2{
	font-size: 1.4em;
	margin-bottom:.4em;
}

h3{
	font-size: 1.4em;
	margin-bottom:.4em;
}

h4{
	font-size: 1.4em;
	margin-bottom:.4em;
}

h5{
	font-size: .83em;
}

h6{
	font-size: .75em;
}

/*Add to UI list but definied else where*/
.rotateThisImage{}
