/* Layout Stylesheet */ 

body {
	color: #f2f2f2;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	margin: 0px;
}

img	{
	border-style: none;
}

table {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.wrap {
	border-left: 2px solid #cc6600;
	border-right: 2px solid #cc6600;
}

.header {
	background-color: #333;
}

.meny {
	background-color: #101010;
}

.content {
	background-color: #101010;
}

.sidebar {
	background-color: #101010;
}

.footer {
	background-color: #101010;
}

#deleted {
	text-decoration:line-through;
}

td {
	vertical-align: top;
}

/* ahref Stylesheet */ 

A:link 		{
	text-decoration: none;
	color: #cc6600;
}

A:visited 	{
	text-decoration: none;
	color: #cc6600;
}  

A:active	{
	text-decoration: none;
	color: #cc6600;
}

A:hover		{
	text-decoration: underline;
	color: #969696;
} 

/* ahref style 2 Stylesheet */ 

A.class2:link 		{
	text-decoration: none;
	color: #545454;
}

A.class2:visited 	{
	text-decoration: none;
	color: #545454;
}  

A.class2:active	{
	text-decoration: none;
	color: #545454;
}

A.class2:hover		{
	text-decoration: underline;
	color: #969696;
} 

/* X Stylesheet */ 