@charset "iso-8859-2";
/* CSS Document */

body {
	margin-top:20px;	
	background: url(images/bg.jpg) top left repeat;
	background-color: #a3a2a7;
	font-family:Georgia, "Times New Roman", Times, serif;font-size:12px;
} 
h1 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px; font-stretch:condensed;
}
h2 {font-family:Georgia, "Times New Roman", Times, serif;font-size:14px;}
h3 {font-family:Georgia, "Times New Roman", Times, serif;font-size:12px;}
p, td {font-family:Georgia, "Times New Roman", Times, serif;font-size:12px;}
ul {font-family:Georgia, "Times New Roman", Times, serif;font-size:12px;}
a:link {
	color: #006eab;
}
a:visited {
	color: #004080;
}
a:hover {
	color: #0C0;
}
a:active {
	color: #004080;
}
#Main_Table {
	background:url(images/table_bg.jpg) top center repeat-y;}
.navi {
	background:url(images/navi_bg.jpg) top center no-repeat;
	height:33px; width:1000px;
	padding:0 12px 0 12px;
}
.sidebar {
	background:url(images/sidebar_bottom.jpg) bottom left no-repeat;
	padding:10px 12px 40px 30px;
	color:#FFF; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;
}
.sidebar a:link {color:#FFF;}
.sidebar a:visited {color:#FFF;}
.sidebar a:hover {color:#FFF;}
.sidebar a:active {color:#FFF;}
.sidebar_head {
	background: url(images/sidebar_top.jpg) top left repeat;
	padding:10px 12px 3px 30px;
	vertical-align:text-bottom;	
	color:#FFF;
}
.sidebar_right {
	background: url(images/body_bg2_right.jpg) bottom left no-repeat;
}
.text_body {
	background:url(images/body_bg.jpg) top center repeat-y;
	padding:10px 15px 10px 30px;
}

.text_body img {border:#FFF solid 5px;}
#fadeshow1 {border:#FFF solid 5px;}
.padding_right { padding-right:5px;}
.textCenter { text-align:center;}
.textLeft {
	text-align:left;;
	padding:2px 8px 5px 10px;
}