body {
	text-align: center;
	align: center;
	margin: 0;
	padding: 0;
	background: #666;
	font: small verdana, sans-serif;
	line-height: 1.4em;
	color: #222;
}

a {
	text-decoration: none;
}

a:link {
	color: #900;
	border-bottom: 1px solid #900;
}

a:visited {
	color: #933;
	border-bottom: 1px solid #933;
}

a:hover {
	color: #c00;
	border-bottom: 1px solid #c00;
}

a img {
	border: none;
}

.mono {
	font-family: monospace;
}

code {
	font-size: 100%;	
}

ul {
	list-style-image: url("images/bullet.gif")
}



/*
 * header & footer stuff
 */
 
.top1_l {
	text-align: left;
	vertical-align: top;
	background: #999;
}

.top1_r {
	text-align: right;
	color: #aaa;
	background: #999;
	background-image: url(images/eos4you_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 20px;
	font-weight: bold;
}

.top2_l {
	background-color: #999;
        filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, enabled='true', startColorstr='#999999', endColorstr='#666666');
}

.top2_r {
	background-color: #999;
        filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, enabled='true', startColorstr='#666666', endColorstr='#666666');
	text-align: right;
	color: #aaa;
	padding-right: 20px;
}

.footer {
	text-align: center;
	color: #aaa;
	font-weight: bold;
	background-image: url(images/eos4you_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.top1_r a:link,
.top1_r a:visited,
.footer a:link,
.footer a:visited {
	border: none;
	color: #fff;
}

.top1_r a:hover,
.footer a:hover {
	color: #fff;
	border-bottom: 2px solid #c00;
}

a.nolink:link,
a.nolink:visited {
	border: none;
}

/*
 * nice frame and table
 */

.contexttable {
	width: 740px;
}

.contexttable td {
	text-align: right;
	padding-top: 5px;
	color: #ccc;
}

.outertable {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 6px solid #666;
	width: 782px;
}

.outertable td {
	text-align: center;
	padding: 10px;
	background: #666;
	background-image: url(images/stripes_gr2.gif);
}

.innertable {
	border: 6px solid #666;
}

.innertable td {
	text-align: justify;
	padding: 20px 70px 20px 70px;
	background: #ccc;
}

/*
 * selection / options formatting
 */

.contextopt {
	font-size: 70%;
	font-weight: bold;
	color: #ccc;
	background-color: #666;
}
.opt1 {
	background-color: #fff;
}
.opt2 {
	background-color: #ccc;
}
.opt3 {
	background-color: #eee;
}

/*
 * text formatting
 */
 
h1, h2, h3, h4 {
	font-family: georgia, serif;
	font-weight: normal;
}

h1 {
	font-size: 180%;
	color: #933;
}


h2 {
	font-size: 150%;
	letter-spacing: 2px;
	color: #933;
	padding-top: 15px;
	border-bottom: 3px solid #ddd;
}

h3 {
	color: #933;
	letter-spacing: 1px;
	padding-top: 12px;
	border-bottom: 3px solid #ddd;
}

h4 {
	color: #322;
	padding-top: 10px;
	border-bottom: 1px solid #999;
}

h5 {
	font: small verdana, sans-serif;
	color: #544;
	font-weight: bold;
	padding-top: 10px;
	border-bottom: 1px solid #aaa;
}

div#Header {
	background: #bbb;
	padding: 1px;
	text-align: center;
	border-bottom: 4px solid #aaa;
}

div#Header p { /* author byline */
	font-style: italic;
}

.small {
	font-size: 80%;	
	font-weight: normal;
}

.new {
	font-size: 10px;
	color: red;
	font-weight: bold;
	background: #ddd;
	padding-left:   5px;
	padding-right:  6px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: center;
	border: 1px solid #999;
	/*
	border-style: outset;
	border-width: 2px;
	*/
}

.attention {
	background: #ddd;
	padding: 10px 40px 10px 30px;
	border: 1px solid #933;
	display:block;
}

.thintable {
}
.thintable td {
	padding: 5px;
	border: 1px solid #999;
	font-size: 11px;
}
.thintable th {
	padding: 5px;
	font-size: 11px;
}