
	
/* 
LiveEdition v. 1 style_small.css 
Eva Kaniasty 01/06/2006

fontSize.js is the file that switches between the 3 style sheets

 */




/* make sure you float: none the body or the login box won't center correctly*/


body 

{
	position: relative;
	float: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #E1E1E1; /*#d6e1ee;*/
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 10pt;
	color: #000000;
	font-weight:500;
	border: 0px solid blue;
	overflow: hidden;
}	



.h1
{
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}




.h2
{
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	color: #c95431;
}
	
	
.h3
	
	{
		font-size: 12px;
		font-variant: small-caps;
		font-weight: bold;
		color: #405481;
	
	}
	

/* font size has to be set separately for form elements as it won't cascade by default*/

	
	input, select
	{	
		
		background-color: white;
		color: #006699;
		border: solid 1px;
		font-size: 11px;
	}
	


