@charset "UTF-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	border:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#838383;
	
	text-align:left;
}

.text_green_title {
	font-weight:bold;
	font-size:16px;
	color:#bbc629;
}

.table {
	color:#5e5e5e;
	font-weight: normal;
}

.border_right {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #e5e5e5;	
}

.top_border_repeat {
	background-image: url(../images/top_01.jpg);
	background-repeat: repeat-x;	
}

.table_bottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #e4e4e4;
}
