/*Generellt*/

body {
   margin: 0px; 
   padding: 0px;
   font-family: Verdana, sans-serif;
   background-color: #35456b;
   color: #ffffff;
   font-size: x-small;
	scrollbar-face-color: #35456b;
	scrollbar-arrow-color: #ffcc00;
	scrollbar-track-color: #690000;
	scrollbar-shadow-color: #35456b;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-Color: #000000;
}

img {
   border: 0;
}
a:link {
   color: #ffcc00;
   text-decoration: none;
}
a:visited {
   color: #ffcc00;
   text-decoration: none;
}
a:hover {
   COLOR: #ff0000; 
   text-decoration: underline;
}
a:active {
   COLOR: #ff0000; 
   text-decoration: none;
}

hr {
   border: 0;
   width: 100%;
   color: #556691;
   background-color: #556691;
   height: 2px;
}
hr.smallborder {
   border: 0;
   width: 100%;
   color: #556691;
   background-color: #556691;
   height: 1px;
}

font.newsheading {
   font-size: 130%;
   color: #ccc;
   font-family: sans-serif;
}

font.newsheading b {
   font-size: 110%;
}
font.heading {
   color: #ccc;
   font-weight: bold;
   font-family: sans-serif;
   font-size: 140%;
}
ul.profilemenu {
	margin: 8px;
	padding: 1px 10px;
}
ul.profilemenu li {
	list-style-type: square;
}

h1 {
   font-family: helvetica;
   font-size: 18px;
   border-bottom: 2px solid #556691;
   border-left: 3px solid #556691;
   padding-left: 7px;
   margin-bottom: 20px;
}

h2 {
   font-family: helvetica;
   font-size: 16px;
   border-bottom: 2px solid #556691;
   border-left: 3px solid #556691;
   padding-left: 7px;
   margin-bottom: 15px;
}

h3 {
   font-family: helvetica;
   font-size: 11px;
   border-bottom: 1px solid #556691;
   border-left: 2px solid #556691;
   padding-left: 7px;
   margin-bottom: 10px;
}

.trOdd
{
   background-color:transparent;
}

.trOdd:hover
{
   background-color:#556691;
}

.trEven
{
   background-color:#35456b;
}

.trEven:hover
{
   background-color:#556691;
}

