/* ----- WalySoft Style ----- */

body {
	background: white url('./_media/WSBACK0.jpg') repeat fixed center;	
	font: 10pt Verdana, Arial, sans-serif;
	color: black;
	margin: 0px auto;
	padding: 0px;
	max-width: 1024px;
}

/* ----- DEFAULTS ----- */
ul, ol { margin: 1px 1px 1px 15px; padding: 1px; }

img { margin: 2px; }

table { 
	border: none;
	width: 100%;
	font-size: 1em;
}

td { vertical-align: top }

p, h1, h2 { margin: 4px 1px 2px 2px; font-size: 1em; }

/* ----- TEXT ----- */

h1 {
	font: 1.4em Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #800000;
	text-align: center;
	margin: 1px;
}

h2 {
	font: 1.2em Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold; 
	color: #800000;
	margin: 1px;
}

h3 {
	font-size: 1em; 
	font-weight: bold; 
	color: #800000;
}

.wsStdBold { font-weight: bold }

.wsTiny { font: 0.85em Tahoma, Verdana, Arial, sans-serif }

/* ------ LINKS ------ */
a:active { color: #FF0000; }
a:link { color: #0000FF; }
a:visited { color: #800080; }
a:hover { 
	color: #0000FF; 
	text-decoration: overline underline; 
	background: #CCE6FF
}

/* ------ TABLES ------ */

.wsMenu {
	width: auto;
	border: none;
	font-weight: bold;
	color: green;
}

.wsMenu td {
	width: 8em;
	border: 1px outset;
	border-color: green;
	padding: 2px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

.wsMnItemB { 
	font-size: 1em;
	background: #CCFFCC;
}

.wsMnItemBOn {
	color: white;
	font-size: 1em;
	background: green;
}

.wsMnItemS { 
	font-size: 0.8em; 
	background: #CCFFCC;
}

.wsMnItemSOn { 
	font-size: 0.8em;
	background: green;
	color: white;
}

a[class="wsLinkMnItem"] { text-decoration: none; color:green; background-color:transparent; }
.wsMnItemBOn a[class="wsLinkMnItem"] { color: white }
.wsMnItemSOn a[class="wsLinkMnItem"] { color: white } 

/* --- MISC --- */

.wsCenter { text-align: center }

.wsLinea { 
	width: 100%; 
	border: 1px solid; 
	border-color: green; 
	clear: both;
	margin:0px;
}

.wsImgLogo { border: none }
.wsImgW3C { border: none; width: 102px; height:16px; }
