/* GENERAL */

body {
	background-image: url(images/bg01.gif);
	background-color: #ffffff;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 11px;
	color: #000000;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0px; 
}

td, th { 
	padding: 0px; 
	vertical-align: top;
}

:link, :visited {
	color: #014f35;
	text-decoration: underline;
}

:link:hover, :visited:hover {
	text-decoration: none;
}

h1 {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 22px;
	color: #333399;
	font-weight: normal;
	padding-top: 2px;
	margin-top: 0;
}

h2 {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 16px;
	color: #006633;
	font-weight: bold;
	margin-bottom: 2px;
}

h3 {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

ul {
	margin-top: 0px;
}


/* HOMEPAGE 
-----------------------------------------*/
#header100 {
	width: 100%;
	background-image: url(images/bg_header.gif);
}

#bg_main_home {
	width: 100%;
	background-image: url(images/bg_main_home.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#bg_main_home_box {
	background-image: url(images/bg_main_home_box.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 14px;
	padding: 0 40px 0 40px;
}

#main_inside {
	height: 250px;
	background-image: url(images/bg_main_inside.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 18px;
	padding: 40px 50px 0 40px;
}

.img {
	float: right;
	margin: 0 0 10px 10px;
	clear: both;
}

.img2 {
	padding: 10px 0 20px 20px;
}
td.topbuttons {
	height:30px;
	vertical-align:middle;
	padding:5px;
	background-color:#efeffa;
}
td.topbuttonsleft {
	border-right:1px solid #333366;
}
td.topbuttonsright {
	border-left:1px solid #333366;	
}
td.topbuttonsmiddle {
	border-left:1px solid #333366;
	border-right:1px solid #333366;
}
a.topbuttons{
	/*font-weight:bold;*/
	text-decoration:none;
	color:#333366;
}
a.topbuttons:hover{
	text-decoration:underline;
	color:#006633;
}



/* START braces pages styles ---------------------------------*/

.main3 {
	width: 140px;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 11px; 
	color: #333333;
	padding: 20px 25px 10px 10px;
	line-height: 14px;
}

.braces {
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
	height: 100%;
}
/* END braces pages styles ---------------------------------*/



/* FOOTER
-----------------------------------------*/
#footer {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 11px;
	color: #cccccc;
	line-height: 16px;
	padding: 0 40px 20px 40px;
}

#footer :link, #footer :visited {
	color: #006600;
	text-decoration: underline;
}

#footer :link:hover, #footer :visited:hover {
	color: #006600;
	text-decoration: none;
}

#contact_info01 {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 11px;
	color: #000066;
	line-height: 16px;
}

#contact_info02 {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 10px;
	color: #000066;
	line-height: 16px;
}

#sesame {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 10px;
	color: #666699;
	line-height: 16px;
}

#sesame :link, #sesame :visited {
	color: #666699;
	text-decoration: underline;
}

#sesame :link:hover, #sesame :visited:hover {
	color: #666699;
	text-decoration: none;
}


/* FORMS
-----------------------------------------*/
form {
	background-color: #ff0000;
	padding: 15px;
}

#form {
	line-height: 14px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

td#form {
	padding: 0px 0px 6px 0px;
}

input, select {
	color: #000000;
	font: 10px "Arial", Helvetica, sans-serif;
	background-color: #ffffff;
}

input#button {
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
}

textarea {
	color: #000;
	font: 10px "Arial", Helvetica, sans-serif;
	width: 300px;
	background-color: #ffffff;
}

input#button {
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
}

textarea {
	color: #000000;
	font: 10px "Arial", Helvetica, sans-serif;
	width: 300px;
	background-color: #ffffff;
}