/* CSS Document */

html{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #303030;
	height:100%;
	background-color: #FFFFFF;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
}
a:link, a:visited, a:active{
	color: #1594ed;
	text-decoration: underline;
}
a:hover{
	color: #88a820;
	text-decoration: none;
}
.a_gray:link, .a_gray:visited, .a_gray:active{
	color: #454545;
	text-decoration: underline;
}
.a_gray:hover{
	color: #000000;
	text-decoration: none;
}
.a_white:link, .a_white:visited, .a_white:active{
	color: #FFFFFF;
	text-decoration: underline;
}
.a_white:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.line_horizontal {
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.background {
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.content {
	background-color: #FFFFFF;
	color: #303030;
	text-align: justify;
	background-image: url(../img/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
}
.title {
	font-weight: bold;
	color: #202020;
	margin-bottom: 5px;
	margin-top: 15px;
}
.title_page {
	color: #9EC222;
	font-size: 24px;
}
.photo {
	padding: 1px;
	border: 5px solid #CCCCCC;
}


.right {
	background-color: #9EC222;
	color: #FFFFFF;
	text-align: justify;
	background-image: url(../img/shadow_1.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.right_title {
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #F0F0F0;
}
.copyright {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #303030;
	margin-bottom: 5px;
}
.imgdx {
float:right;margin-left:10px;
padding: 1px;
	border: 5px solid #CCCCCC;
}
.imgsx {float:left;margin-right:10px;}