/*-------------------------------------------------------------------------------------------------------------------*/
/*GENERAL CLASSES*/
body
{
	font-family: Arial, Verdana, Helvetica, Tahoma;
	font-size: 75%;
	color: #333;
	line-height:1.4em;
	padding: 0; 
	margin: 0;
	background-color:#fff;
}
p
{
	font-size:1em;
	display:block;
	margin:5px 0 15px 0;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*EDITOR TEXT CLASSES*/
h2
{
	font-weight: normal; 
	font-size: 1.6em; 
	color: #333;
	line-height:1.2em;
	margin:5px 0 10px 0;
	font-family:Arial;
	EditMenuName: Rubrik 2;
}

h3
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #333;
	margin:20px 0 10px 0;
	font-family:Arial;
	EditMenuName: Rubrik 3;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*LINK CLASSES*/
a
{
	color: blue;
	text-decoration:underline;
}
a:hover
{
	color: blue;
	text-decoration:underline;
}
a:visited
{
	color: Purple;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*GENERAL EPiSERVER CLASSES*/
/* --------- Input ----------- */
input, textarea
{
	color: #333;
	font-size: 1em;
}
select
{
	font-size: 1em;
}
/* --------- Table classes ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
/* --------- List classes ----------- */
li
{
    margin-bottom:5px;
}

