/*
Copyright The Multiscript Guy
Design JediSthlm, jens@jedisthlm.com
*/

/* Background colour and scrollbar colors */
BODY {
    background-color: #FDF9E8;
	scrollbar-base-color: #779ABC;
	scrollbar-face-color: #779ABC;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #779ABC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #779ABC;
}

/* The font and size of body text */

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* For the navigation heading */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Normal heading */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* For links */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #779ABC;
	text-decoration: underline;
}

/* For formfields and input fields, for the future. */

INPUT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-bottom : 2px;
	margin-top : 2px;
	margin-right : 6px;
}

/* For formfields and input fields, for the future. */

SELECT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-bottom : 2px;
	margin-top : 2px;
}

/* For formfields and input fields, for the future. */

TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-bottom : 2px;
	margin-top : 2px;
}

/* For bullet lists */

li {
	list-style-image : url(../resources/bullet.gif);
}
