/* ----------------------------------- */
/* START: Styles Represented in Editor */
/*		  Remember to add styles to    */
/*		  ToolsFile.xml				   */
/* ----------------------------------- */

/* Standard table-cell */

TD
{
	font-family: Verdana, Arial;
	font-size: 13px;
}

/* Standard link */

A:link
{
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
A:active
{
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
A:visited
{
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
A:hover
{
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #EE0000;
	text-decoration: underline;
}

/* Headline */

.Pelikanen_Headline
{
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}

/* Sub headline (Mellemrubrik) */

.Pelikanen_SubHeadline
{
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #990000;
}

/* Image Text (Billedtekst) */

.Pelikanen_ImageText
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

/* Image Text Headline (Billedtekst Overskrift) */

.Pelikanen_ImageTextHeadline
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}

/* Image Text Link */

A.ImageTextLink:link
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
A.ImageTextLink:active
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
A.ImageTextLink:visited
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
A.ImageTextLink:hover
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #EE0000;
	text-decoration: underline;
}

.Pelikanen_ImageBorder
{
	border: 2px solid #993401;
}

/* --------------------------------- */
/* END: Styles Represented in Editor */
/* --------------------------------- */