/***** BASFORMATERINGAR *****/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	overflow: hidden;
}

body, td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}

p, span, div {
	text-align: left;
	margin: 0;
	padding: 0;}
	
.scrollBox {
	height: 410px;
	width: 825px;
	overflow: hidden;
	float: right;
	background-color: #000000;
	z-index: 1;
	left: 220px;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
  }   
  
  .scrollrules {
	width: 100%;
	overflow: scroll;
	text-align: center;
	list-style-type: disc;
  }   
  
.rights {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #999999;
  }    
	
	
/***** DESIGN *****/



#container {
	text-align: left;
	width: 1050px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
}

#header {
	margin-top: 25px;
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
}

#nav {
	text-align: left;
	width: 210px;
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
}


#footer {
	width: 800px;
	height: 27px;
	margin-bottom: auto;
	margin-top: 15px;
	text-align: center;
	border-top-style: outset;
	border-top-width: thin;
	border-top-color: #E1E1E1;
	float: right;
}



.rightbord {
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #E1E1E1;
}
.bottombord {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.bottomdot {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.topdot {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #E1E1E1;
}
.rightdot {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #E1E1E1;
}
.topbord {
	border-top-style: outset;
	border-top-width: thin;
	border-top-color: #E1E1E1;
}
.leftbord {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #E1E1E1;
	margin-left: 15px;
	padding-left: 15px;
}

ul, li {
	margin-left: 8px;
	padding-left: 3px;}


/***** ANCHOR *****/

img{  border-style: none;
}

a:link {
	text-decoration: none;
	font-weight: inherit;
	color: #3399FF;
	border: 0px none #000000;
}

a:visited {
	text-decoration: none;
	font-weight: inherit;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #3399FF;
}

a:active {
	text-decoration: none;
	font-weight: inherit;
	color: #3399FF;
	border: 0px none #000000;
}

a:hover {
	text-decoration: none;
	font-weight: inherit;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #3399FF;
}

a {
	text-decoration: none;
	font-weight: inherit;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #3399FF;
}
.menutable {
	padding: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.text {
	padding-left: 5px;
}
.popbord {
	margin-right: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

