body {
	font-family: Verdana;
	background-color: #000;
	background-image: url(img/pattern.png);
	background-repeat: repeat;
	font-size: 13px; 
}

body.popup {
	background-color: #fff;
	background-image: none;
}

#flexible {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-size: 22px;
	color: Black;
	font-family: trebuchet ms;
	font-weight: normal;
	padding: 0px;
	margin: 3px 3px 16px 0px;
	
}

h3 {
	font-size: 23px;
	color: #FF1493;
	font-family: tahoma;
	margin: 0px;
	
}

#readmore1 { color: black;	}
#readmore2 { color: black;	}
#readmore3 { color: black;	}

div.header{
	margin: 0px auto 0px auto;
	width: 878px;
	background-image: url(img/header.png);
	height: 182px;
	margin: 20px auto 5px auto;
	padding: 100px 12px 0px 0px; 
	text-align: right;
}


div.wrapper {
	width: 880px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/opacity.PNG);
}
div.navigation {
	background-color: #5e88f6;
	padding: 5px;
	border: 1px solid black;
	width: 862px;
	height: 29px;
	padding-left: 6px;
	margin-left: 2px;
}

div.open {
	background-image: url(img/open.jpg);
	background-repeat: no-repeat;
	padding: 7px;
	height: 200px;
}

div.text {
	background-image: url(img/opacitydark.png);
	background-repeat: repeat-y;
	color: white;
	font-family: verdana;
	font-size: 11px;
	padding: 5px;
}

td.main {
	vertical-align: top;
	padding: 10px;
	background: white;
	border: 1px solid black;
	margin-top: 5px;
	width: 1000px;
}

td.sidebar {
	padding: 0px;
	width: 172px;
	height: 340px;
	background-position: bottom;
	background-image: url(img/sidebar.PNG);
	background-repeat: no-repeat;
	border: 1px solid black;
	background-color: #4174f4;
	vertical-align: top;
}

div.links {
	height: 17px;
	padding: 5px;
	background-image: url(img/links.jpg);
	border: #fff solid 1px;
	font-size: 14px;
	float: left;
	margin: 0px 1px 0px 1px;
	
}



div.right {
	float: right;
	margin-left: 10px;
}

div.left {
	float: left;
	margin-right: 20px;
}

p.right {
	text-align: right;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
	font-size: 12px;
}

span.smaller {
	font-size: 9px;
	color: #4e7cf3;
}

span.question {
	font-weight: bold;
	font-size: 12px;
	color: #272727;
}

span.red {
	color: #ff0000;
	font-weight: bold;
	font-family: trebuchet MS;
	font-size: 14px;
}

span.purple {
	color: #d100f7;
	font-weight: normal;
	font-family: trebuchet MS;
	font-size: 18px;
}


span.blue {
	color: #3C3DFF;
	font-weight: bold;
	font-family: trebuchet ms;
}

td.light {
	border: #666666 1px solid;
	background-color: #F3F3F3;
	padding: 4px;
}

td.dark {
	border: #666666  1px solid;
	background-color: #EAEAEA;
	padding: 4px;
}


.hidden { display: none; }
.unhidden { display: block; }

img {
	border: none;
}

img.totheright {
	margin-left: auto ;
}

img.centered {
	margin-left: auto;
	margin-right: auto;
}

#inforuta {
	background: url(img/inforuta.png);
	width: 158px;
	float: right;
	margin-right: 2px;
	margin-top: 18px;
	padding: 5px;
	height: 50px;
}

a.navigation:link { text-decoration: none; color: black; font-size: 13px; font-family: tahoma;}
a.navigation:visited { text-decoration: none; color: black; font-size: 13px; font-family: tahoma;}
a.navigation:active { text-decoration: none; color: black; font-size: 13px; font-family: tahoma;}
a.navigation:hover { text-decoration: none; color: #1861e6; font-size: 13px; font-family: tahoma;}

a.blue:link { font-size: 9px;	color: #4e7cf3;}
a.blue:visited { font-size: 9px;	color: #4e7cf3;}
a.blue:active { font-size: 9px;	color: #4e7cf3;}
a:hover { text-decoration: none; color: #8748FF;}

a:link { text-decoration: none; color: #1861e6; }
a:visited { text-decoration: none; color: #1861e6; }
a:active { text-decoration: none; color: #8748FF;}
a:hover { text-decoration: none; color: #4B88F4;}

