body {
	background-color:#FFFFFF;
	margin:0px;
	background-image:url(../images/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

td {
	font-family: Arial;
	font-size : 12px;
	color: #002E40;
	line-height: 1.3;
}
input {
	font-family: Arial;
	font-size : 12px;
	color: #666666;
	padding-left: 5px;
	border: 1px solid #7F9DB9;
	background-color:#F2F5F7;
}

textarea { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #7F9DB9;
	background-color: #F2F5F7; 
}
select { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #7F9DB9;
	background-color: #FFFfff; 
}

title{
	font-size:18px;
	color:#000000;
	font-weight:bold;
}
.shop_title { font-size:18px; padding:0px; padding-left:10px; }
.shop_subtitle { font-size:13px; padding:0px; padding-left:5px; font-weight:bold; }

a.shop, a.shop:link, a.shop:active, a.shop:visited { font-family : Arial;font-size : 12px;font-weight:normal;text-decoration : none;color : #444444;}
a.shop:hover {font-family: Arial;font-size: 12px;font-weight:normal;text-decoration : none;color : #CC0000;}

a.menu, a.menu:link, a.menu:active, a.menu:visited { font-family : Arial;font-size : 13px;font-weight:bold;text-decoration : none;color : #FFFFFF;}
a.menu:hover {font-family: Arial;font-size: 13px;font-weight:bold;text-decoration : none;color : #DDDDDD;}

a.footer, a.footer:link, a.footer:active, a.footer:visited { font-family : Arial;font-size : 11px;font-weight:normal;text-decoration : none;color : #333333;}
a.footer:hover {font-family: Arial;font-size: 11px;font-weight:normal;text-decoration : underline;color : #990000;}

a.white_big, a.white_big:link, a.white_big:active, a.white_big:visited { font-family : Arial;font-size : 12px;font-weight:normal; text-decoration : none;color : #FFFFFF;}
a.white_big:hover {font-family: Arial;font-size: 12px;font-weight:normal;text-decoration : underline;color : #FFFFFF;}

a.white_small, a.white_small:link, a.white_small:active, a.white_small:visited { font-family : Arial;font-size : 12px;font-weight:normal; text-decoration : none;color : #999999;}
a.white_small:hover {font-family: Arial;font-size: 12px;font-weight:normal;text-decoration : underline;color : #999999;}

a.blue, a.blue:link, a.blue:active, a.blue:visited { font-family : Arial;font-size : 13px;font-weight:normal; text-decoration : underline;color : #003399;}
a.blue:hover {font-family: Arial;font-size: 13px;font-weight:normal;text-decoration : none;color : #003399;}

a, a:link, a:active, a:visited { font-family : Arial;font-size : 12px;font-weight:bold;text-decoration : underline;color : #990000;}
a:hover {font-family : Arial;font-size : 12px;font-weight:bold;text-decoration : none;color : #990000;}

.footer_line {padding-right:36px; color:#999999; padding-left: 36px;}
.footer_hr {color:#999999; background-color:#999999; border-color:#999999; }
.green_button{
background-color:#7EBB1F;
color:#FFFFFF;
cursor:pointer;
}

.blue_button{
background-color:#5A82A5;
color:#FFFFFF;
cursor:pointer;
}