BODY {
	background-color: #A89A82;
	margin: 12px 12px 12px 12px;
	
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #413A2F;
	text-align: justify;
	line-height: 14px;
}

P {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

UL {
	margin: 0px;
	padding: 0px;
}

UL LI {
	margin-left: 30px;
	padding: 0px;
}

INPUT[type=text], INPUT[type=password] {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #626466;
	border: 1px solid #a1a1a1;
	height: 15px;
	border-collapse: collapse;
	background-color: #ffffff;
	background-image: url(Resources/Images/GUI/TextBoxBackground.png);
	background-repeat: repeat-x;
	padding-left: 3px;
}

/* :focus stöds ej av IE, för att få highlighting använd javascript eller jQuery */
INPUT[type=text]:focus, INPUT[type=password]:focus {
	background: #f7ffd8 url(Resources/Images/GUI/TextBoxHighlightedBackground.png) repeat-x;
	border: 1px #5d614e solid;
}

SELECT {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #626466;
	border: 1px solid #a1a1a1;
	height: 17px;
	line-height: 17px;
	border-collapse: collapse;
}

H1 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 18px;
	font-weight: bold;
}

div.BodyDiv {
	text-align: center;
}

div.BodyDiv table {
	margin: 0 auto; 
	text-align: left;
}

.BodyTable {
	border: #626466 1px solid;
	background-color: #FFFFFF;
}

.MainMenuTable {
	background-image: url(Resources/Images/GUI/Menus/MainMenu/menubackground.gif);
	background-repeat: repeat-x;
	border: 1px solid #626466;
}

.Text_SideNote {
	font-family: Arial, Verdana, Helvetica;
	font-size: 9px;
}

.Text_SmallDescription {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	text-align: justify;
}

.SubText_Justified {
	text-align: justify;
	font-style: italic;
	font-size: 9px;
}

.HyperLink {
	text-decoration: none;
	color: #626466;
	font-size: 10px;
}

.HyperLink_ArticleLink {
	color: #0000AA;
	font-size: 11px;
}

.HyperLink_Header {
	color: #434445;
	font-weight: bold;
	font-size: 11px;
}

.HyperLink_SideNote {
	font-family: Arial, Verdana, Helvetica;
	font-size: 9px;
	color: #626466;
	text-decoration: underline;
}

.Text_HyperLink {
	text-decoration: underline;
	color: #434445;
}

.HyperLink:hover, .HyperLink_SideNote:hover, .Text_HyperLink:hover, .HyperLink_Header:hover, .HyperLink_ArticleLink:hover {
	color: #957586;
}

.HyperLink_ArticleLink:visited {
	color: #000099;
}

.Menu {
	background-color: #645A4A;
	border: 1px solid #403A30;
	height: 21px;
	color: White;
	font-family: Arial;
	font-size: 11px;
}

.Menu TD {
	padding-left: 2px;
	padding-right: 2px;
}

.Menu A {
	text-decoration: none;
	color: White;
	font-weight: bold;
	white-space: nowrap;
}

.Menu A.Selected {
	color: silver;
	text-decoration: underline;
}

.Menu A:HOVER {
	color: Silver;
}

.HeaderItemContainer A {
	color: #000000;
	/*text-decoration: none;*/
}

.HeaderItemContainer A:HOVER {
	color: #333388;
}

.HeaderItemContainer IMG 
{
	vertical-align: bottom;
}