/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	color: #4e4747;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
a {
color: #4e4747;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #4e4747;
}
a:hover {
text-decoration: underline;
color: #FD0570;
}
h1 {
margin: 0;
color: #7B8186;
font-size: 1.5em;
text-transform: lowercase;
}
h1 a, h1 a:link, h1 a:visited {
color: #7B8186;
}
h2, #comments h4 {
	font-size: 1em;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #7B8186;
	padding-bottom: 2px;
	background-color: transparent;
	background-image: url(img/bg-header1_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h3 {
	font-size: 1em;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 2px;
	background-color: transparent;
	background-image: url(img/bg-header1_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h4, h5 {
font-size: 0.9em;
text-transform: lowercase;
letter-spacing: 2px;
}
h5 {
color: #7B8186;
}
h6 {
font-size: 0.8em;
text-transform: uppercase;
letter-spacing: 2px;
}
p {
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
}
.main {
	width: 500px;
	margin-left: 10px;

}
.formm {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEF0;
	color: #666666;
	border: 1px solid #999999;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #4A6279;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}
.javagallery {
	background-color: #E6E6E6;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1px;
	background-image: url(Simages/photogallery.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}.javagallery a img{
	color: #CCCCCC;
	text-decoration: none;
	border: thin solid #999999;
	margin-top: 3px;
}
.javagallery a:hover img{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #EC008C;
	border: thin solid #FFFFFF;
	margin-top: 3px;
}
