@charset "utf-8";
body {
	margin: 0px;
}
.r_bg {
	background-image: url(images/cool-photo-effects.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.l_bg {
	background-image: url(images/free-online-photo-effects.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.main_table {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #dedede;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 4px;
}
.vline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedede;
}
.bottom_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}.links {
	font-size: 13px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.err_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.back_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5AA4E5;
	text-decoration: none;
	font-weight: bold;
}
.back_txt:hover {
	color: #0066FF;	
}
.button_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
	font-weight: bold;
	border: thin dotted #000099;
}
.button_style:hover {
	color: #000000;
	background-color: #0099FF;
}
.hedding_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}