@import "structure.css";
/*-------------------------------------------------------------------------------------------------------------------*/
/*GENERAL CLASSES*/
body
{
	background-color:#fff !important;
	background-image:none;
}

H1, .heading1
{
	EditMenuName: Heading 1;
	font-weight: 200;
	font-size: 1.6em; 
	color: #330033;
	margin:20px 0 10px 0;	
}
h2, .heading2
{
	EditMenuName: Heading 2;
}
h3, .heading3
{
	EditMenuName: Heading 3;
}
.introduction
{
	EditMenuName: Introduction;
}
.imagetext 
{
	EditMenuName: Image text;
}
.WhiteText
{
	EditMenuName:Vit text;
}
.GrayText
{
	EditMenuName:Gra text;
}

.RedLinkArrow a
{
	EditMenuName:Red Arrow Link;
}


.RedLinkArrow2
{
	EditMenuName:Red Arrow Link2;
}

.RedLinkArrow3, a .RedLinkArrow3, p .RedLinkArrow3
{
	EditMenuName:Red Arrow Link3;
	color:red;
	font-family:Arial;
	font-size:0.95em;	
	text-decoration:none;
	padding:0px 0px 0px 0px;
	background-image:none;
	background-color:Silver;

}
.RedLinkArrow3 a
{
	color:#333;
	font-family:Arial;
	font-size:0.95em;	
	text-decoration:none;
}

.BlueText
{
	EditMenuName:Vit text;
}
.pdfLink
{
    EditMenuName:PDF link
}
.docLink
{
    EditMenuName:Word link
}
.xlsLink
{
    EditMenuName:Excel link
}

/*LINK CLASSES*/
a
{

}
a:hover
{
}
.linkSpecial
{
	EditMenuName: Link [no underline];
}
/* --------- Image format ----------- */
img.shadow
{
	position: relative;	
	background-color:Black;
	-moz-box-shadow: 3px 3px 4px #999; /* Firefox */ 
    -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */ 
    box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */ 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4);
	EditMenuName: Shadow;
}
img.opacity
{

	EditMenuName: Semi transparent;

}
img.fliph
{

	EditMenuName: Flip horisontally;

}
img.flipv
{

	EditMenuName: Flip vertically;

}
img.dashedborder
{
	EditMenuName: Dashed border;
}
img.circularfade
{

	EditMenuName: Circular fade;

}


