form {
  margin: 0;
  padding: 0;
}
.menu_cursor {
	cursor: pointer;
}
a {
	text-decoration: none;
}
body {
	background-size: 100%;
	background-color:#FFFFFF;
	margin-top:0;
	margin-bottom:0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
.content_plain {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #0000CC;
	text-align: justify;
}
.content_bold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #100FFF;
	text-decoration: underline;
	text-align: justify;
}
.caption_footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #100FFF;
	text-align: center;
}
.section_title_big {
	font-family:  "Trebuchet MS";
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #97D106;
}
.line_footer {
	background-color: #CCCCCC;
	height: 1px;
}
.break {
	height: 3px;
}
.td_break {
	height: 10px;
}
.title_box {
	font-family:  "Trebuchet MS";
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #97D106;
}
.content_bold_title {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #100FFF;
	text-align: justify;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}
.link_text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #100FFF;
	text-align: justify;
}
.button {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3299FF;
	width: 100px;
}
.label_caption {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-align: right;
}
.input_box {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	width: 200px;
}
.label_caption_red {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: right;
}
.label_caption_left {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-align: left;
}
.button_freesize {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3299FF;
}
.content_plain_black {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.link_menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #100FFF;
	text-align: left;
}
.message {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.td_header {
	font-family:  "Trebuchet MS";
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #97D106;
	text-align: center;
}
.td_odd {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-align: left;
	background-color: #CCCCCC;
}
.td_even {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-align: left;
	background-color: #FFFFFF;
}
.input_box {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	width: 150px;
}
.input_box_long {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}
.select_box {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	width: 150px;
}
.input_box_textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}
.label_caption_vm {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
	text-align: center;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
.input_box_small {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	width: 50px;
}
.select_box_long {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	width: 500px;
}
.label_caption_medium {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
	text-align: left;
}

