body {
	background-image: url(/images/bg.jpg);
}
input {
	background-color: #FFFFFF;
	border: 1px solid #0099FF;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	font-weight: bold;
	color: #B7E8FF;
	text-decoration: none;
}
a:hover {
	color: #4AC5FF;
	text-decoration: underline;
}
a:visited {
	color: #FFD7D7;
}



.noframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.pad-top-left {
	background-image: url(/images/pad/top-left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	width: 20px;
}
.pad-top {
	background-image: url(/images/pad/top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.pad-top-rigth {
	background-image: url(/images/pad/top-rigth.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 20px;
}


.pad-left {
	background-image: url(/images/pad/left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.pad-center {
	background-color: #000000;
	color: #FFFFFF;
	text-align: justify;
}
.pad-rigth {
	background-image: url(/images/pad/rigth.jpg);
	background-repeat: repeat-y;
	background-position: left;
}


.pad-bottom-left {
	background-image: url(/images/pad/bottom-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 20px;
}
.pad-bottom {
	background-image: url(/images/pad/bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.pad-bottom-rigth {
	background-image: url(/images/pad/bottom-rigth.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 20px;
}
.link-pad a {
	font-size: 18px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
.photo-pad {
	height: 248px;
	width: 248px;
	background-image: url(/images/pattern.jpg);
	text-align: center;
	vertical-align: middle;
}

