body {
	margin: 0px 0px 0px 0px;
	
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-color: #aed4fa;
	font-family: Verdana;
	font-size: 12px;
}

img {
	border: 0px;
}

a {
	color: #003399;
	font-size: 12px;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}

a.galleryLink {
	color: #003399;
	text-decoration: underline;
	
}
a:hover.galleryLink {
	color: #001e5a;
	text-decoration: underline;
	
}

a.current{
	color: #003399;
	text-decoration: none;
}
a:hover.current{
	color: #003399;
	text-decoration: underline;
}

a.detailLink{
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:hover.detailLink{
	color: #003399;
	text-decoration: underline;
}


a.firstmenu {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	
}
a.firstmenu:hover {
	text-decoration: underline;
}

a.secondmenu {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.secondmenu:hover {
	color: #3366cc;
}

a.payment {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.payment:hover {
	color: #ffffff;
	text-decoration: none;
}

a.submenu {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.submenu:hover {
	color: #ffffff;
	text-decoration: none;
}

a.current{
	color: #003399;
	text-decoration: none;
}
a:hover.current{
	color: #003399;
	text-decoration: underline;
}

.spmenu {
	margin: 0px 10px 0px 10px;
}

.pager{
	 padding-bottom: 20px;
	 font-size: 11px; 
	 font-weight: bold;	
	 color: #003399;
}
.pager a{
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.pager a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

.galleryElement{
	float: none;
	<!--max-width: 770px;-->
	max-width: 984px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	display: inline;
}


.galleryElement a img{
	margin-top: 40px;
	vertical-align: top;
	border: solid 1px #3366cc;
}



.galleryElementFull{
	float: none;
	<!--max-width: 770px;-->
	width: 984px;
	padding: 0px;
	margin-right: 0px;
	margin-top: 10px;
	text-align: center;
	display: inline;
}

.galleryElementFull a img{
	margin-top: 40px;
	vertical-align: top;
	border: solid 1px #3366cc;
}

form span{
	display: block;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

form {
	font-size: 12px;
}

input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
}

select {
	font-size: 12px;
}

.submit{
	height: 22px;
	width: auto;
	border: 1px solid #3399ff;
	background-color: #3399ff;
	background-image: url(images/btnpublicarrow.gif);
	background-repeat: repeat-x;
	float: none;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 3px;
	color: #ffffff;
	font-weight: bold;
}

.button{
	height: 22px;
	width: auto;
	border: 1px solid #3399ff;
	background-color: #3399ff;
	background-image: url(images/btnpublicarrow.gif);
	background-repeat: repeat-x;
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 3px;
	color: #ffffff;
	font-weight: bold;
}