@charset "utf-8";
body {
	background-color: #c2e1fd;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.shadow_left {
	background-image: url(images/shadow_bg_leftt.gif);
	background-repeat: repeat-y;
}
.shadow_right {
	background-image: url(images/shadow_bg_right.gif);
	background-repeat: repeat-y;
}
.shadow_bottom {
	background-image: url(images/shadow_bottom_bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #C00;
}
.left_gutter {
	background-image: url(images/gutter_left_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #06C;
}
.title3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #06C;
}
.text1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #8589BC;
}
.cell1 {
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #96CCFC;
}
.table_border {
	border: 1px solid #09F;
}
.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #C00;
}
.languages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFF;
}