body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
html {
 	min-height: 100%;
 	height: auto;
}
body {
	margin: 0px;
	height:100%;
}

.body_bg {
	background-color: #EBEBEB;
	/*background-image:url(../images/bg_body.gif);
	background-position:center top;
	background-repeat:no-repeat;*/
}

p {
	text-align:justify;
	line-height:18px;
}
a:link, a:visited, a:active {
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*margin: 0;
	padding: 0;
	text-transform:lowercase;*/
}
h1 {
	font-size: 18px;
	color: #000099;
}
h2 {
	font-size: 13px;
	color: #000099;
	/*background-image:url(../images/bg_h2.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/
	border-bottom:2px solid #999999;
	padding-bottom:10px;
	margin-bottom:0px;
	padding-bottom: 2px;
}
h3 {
	font-size: 12px;
	color: #000000;
}
h4 {
	font-size: 11px;
	color: #000000;
}

.copyright, .copyright a:link, .copyright a:visited, .copyright a:active {font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-weight: normal; text-decoration: none; font-size:10px;}
.copyright a:hover {color: #333333; font-weight: normal; text-decoration: underline;}

.green, .green a:link {color: #339900;}
.red, .red a:link {color: #FF0000;}
.orange, .orange a:link {color: #F36D0F;}
.pink, .pink a:link {color: #ff00e1;}
.strikthrough {text-decoration: line-through;color: #CCCCCC;}


.frontend_form {
	padding:0;
	margin:0;
}

.frontend_form select, .frontend_form input, .frontend_form textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #F9F9F9;
	border: solid #cccccc 1px;
	padding:2px;
}
.frontend_form input#submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
	padding: 2px;
	margin: 0;
	border: 0;
}

.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.button a:link, .button a:visited, .button a:active{
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}
.button a:hover {
	color: #000000;
	background-color: #6699CC;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}

#comment {/*border:#FF33CC 1px solid; */color:#999999; padding:3px; text-align:left; font-size:11px;} 


.panel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left:10px;
	border-left:solid 2px #000099;
}
.panel p {
	text-align:left;
	line-height:normal;
}
.panel h1, .panel h2, .panel h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #496CA2;
	text-transform:none;
	font-weight:bold;
	border:0;
	/*padding-bottom:15px;*/
}
.panel a {
	color: #496CA2;
}
.panel a img, .panel img {
	width:180px;
	/*height:135px;*/
}

.bodytable {
	border-bottom:15px solid #000099;
	border-right:15px solid #000099;
	border-left:15px solid #000099;
}

#photo {
	width:140px; border:1px solid #DDDDDD; padding:0; margin-bottom:10px; margin-right:5px; margin-left:5px; background-color: #F7F7F7;
	float:left;
}
#photo a, #prods a:link, #prods a:visited, #prods a:active {font-size: 11px; color: #999999;}
#photo a:hover {text-decoration:none; color:#757c4d; font-weight:bold;}
#photo_title {
	padding-top:4px;
	padding-left:4px;
	font-weight:bold;
	font-size:11px;
}
#photo_text {
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	font-weight:normal;
	font-size:9px;
}
#photo:hover {border-color:#757c4d;}
#photo img:hover {filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}


