@charset "iso-8859-2";

body {
	margin:0px;
	padding:0px;
	background-color:#666633;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-family:arial;
}

table {
	text-align: justify;	
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

A {
	outline-style: none;
	text-decoration: none;
}

/* Main frame links */
	table A { font-weight:normal; color:#474F5F; text-decoration: underline; }
	table A:link { color: #B3B3DE; }
	table A:visited { color: #B3B3DE;}
	table A:hover { color: rgb(149,154,156); }
	table A:active { color: #B3B3DE; }

ul {
	margin-left: 20px;
	padding-left: 0px;
	padding-top: 0px;
	list-style: none;
	text-align: left;
}

li {
	padding-left: 25px;
	padding-bottom: 7px;
	background-image: url("http://stoneloops.com/gfx/ico9_red.png");
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

select {
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    border: 0px solid #7A7A47;
    background-color: #FBEBE1;
    color: #434321;
}

INPUT {
    font-family: arial;
    font-size: 13px;
    text-decoration: none;
		font-weight:bold;
    text-align: center;
    border: 1px solid #black;
    background-color: #B3B3DE;
    color: #2D3844;
}