/* Start of CMSMS style sheet 'beenode' */
/*beenode stylesheet--------------------------------------------------------------*/
*{
}
/*basic settings --------------------------------------------------------------*/

body {
	background-color: 						#fff;
/*	background-image: 						url(uploads/images/beenode_background.jpg);*/
	background-repeat: 						no-repeat;
	}
*, body, html,div, ul, li, p, h1, h2, h3,h4, h5,p{
	margin: 								0px;
	padding: 								0px;
	color:									#666666;
	text-align:							left;
	font-family: 						Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 							11px;	
	}
	
a:link {
	color: 									#bbbbbb;
	text-decoration: 				none;
	font-weight:						bold;
}
a:visited {
	color: 									#bbbbbb;
	text-decoration: 				none;
	font-weight:						bold;
}
a:hover {
	color: 									#dddddd;
	text-decoration: 				underline;
}
a:active {
	color: #eeeeee;
	text-decoration: 				underline;
}

a img{
border: 0px solid #000000;

}

img {
margin: 0px 20px 20px 0px;

}

div#page{
	margin:									20px auto 0px 50px;
	width:									600px;
}

h1 {
	margin:									30px 0px 20px 0px;
	font-size: 							20px;	
	font-weight: 							bold;	
}

h2 {
	margin:									10px 0px 20px 0px;
	font-size: 							22px;	
	font-weight: 							bold;	
}

h3 {
	margin:									10px 0px 20px 0px;
	font-size: 							22px;	
	font-weight: 							bold;	
}

h4 {
	margin:									50px 0px 20px 0px;
	font-size: 							40px;	
	font-weight: 							bold;	
	font-family: 						 Georgia, "Trebuchet MS",  Verdana, Helvetica, sans-serif;
	font-weight:						normal;
}

h5 {
	margin:									5px 0px 5px 0px;
	font-size: 							15px;	
	font-weight: 							bold;	
}


p {
	font-size: 							14px;	
	font-weight: 							normal;	
}


/* End of 'beenode' */


