/* ############################################ */
/*

	BASIC

	StyleSheet @ www.dackpoolen.se
	Copyright 2003 Rydén Design & Teknik AB
	www.rdt.nu | info@rdt.nu

*/
/* ############################################ */

a:link {
	font-family: Tahoma, Verdana, Arial, Serif; 
	color: #333333; 
	background-color: transparent;
	text-decoration: none; 
	font-weight: normal; 
	font-size: 9px; 
	
	
}

a:visited {
	font-family: Tahoma, Verdana, Arial, Serif;
	color: #333333;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal; 
	font-size: 9px; 
	 
}

a:hover { 
	font-family: Tahoma, Verdana, Arial, Serif;
	color: #666666;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal; 
	font-size: 9px; 
	 
}

/* ############################################ */

body {
	font-family : Tahoma, Verdana, Arial, Serif;
	font-size : 10px;
	background: #ffffff url(../gfx/bg.jpg) repeat-x center top;
	margin: 0;
}

/* ############################################ */

img {
	border: 0px;
}

/* ############################################ */

input, textarea, select, button {
	font-family : Tahoma, Verdana, Arial, Serif;
	font-size : 10px;
	border-width : 1px;
}
/*input { height: 11px; }*/

/* ############################################ */

table, tr, td {
	font-family : Tahoma, Verdana, Arial, Serif;
	font-size : 10px;
}

hr {
	height: 1px;
	background: transparent;
	border-top: 1px solid #999999;
	border-right: 0px solid #111;
	border-bottom: 0px solid #FF3333;
	border-left: 0px solid #111;
}

/* ############################################ */


