* {
	padding: 0; 
	margin: 0;
	}
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.7em;
	color: #666;
	text-align:center;
	/*padding: 0; 
	margin: 0;*/
}

H1 
{
	font-size: 200%; 
	font-weight: normal;
	EditMenuName: Stor Rubrik;
	margin-top:0.4em;
	margin-bottom:0.7em;
}

H2
{
	font-size: 130%; 
	font-weight: normal;
	EditMenuName: Mellan Rubrik;
	margin-top:1em;
	margin-bottom:1em;
}

.heading1
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold;
	font-size: 14pt; 
	color: #000;
	EditMenuName: Heading 1;
}

a
{
	color: Navy;
	text-decoration: none;
}

a:hover
{
	color: Navy;
	text-decoration: underline;
}

table
{
	font-size: 1em;
}

td, tr
{
	font-size: 1em;
}

.highlightit img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.highlightit:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}



/* --------- Links in Top menu ----------- */
a.menuhead
{
	padding: 0em 0.55em 0em 0.55em;
	font-size: 1em;
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin: auto;
	text-transform: uppercase;
}

a.activemenuhead
{
	padding: 0em 0.55em 0em 0.55em;
	font-size: 1em;
	color: #585454;
	font-weight: bold;
	text-decoration: none;
	margin: auto;
	text-transform: uppercase;
}

a.menuhead:hover
{
	color: #585454;	
	text-decoration: none;
}

a.activemenuhead:hover
{
	color: #585454;	
	text-decoration: none;
}

/* --------- Links in Top menu END ----------- */

/* --------- Links in Main Body ----------- */

div.linkbody a
{	
	text-decoration: none;
	color:Navy;
	font-weight: bold;
	
}

/* --------- Links in Main Body END ----------- */

/* --------- Margin right heading ------------- */
H2.righthaeding
{
	margin-bottom: 3px;
}
/* --------- Margin right heading END---------- */


