/*-------------------- Global ----------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #043657;
	background-image: url(/template/images/bg.jpg);
	background-repeat: no-repeat;
}
body, td, th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 { 
	font-size: 26px; 
	font-family: Verdana; 
	color: #FF0000; 
} 

h3 { 
	font-size: 20px; 
	font-family: Verdana; 
	color: #FF0000; 
} 

hr {
	height: 1px;
	border: 0px;
	background-color: #C6ECFF;
}

.bgadmin {
	background-image: url(/template/images/bg_admin.jpg);
	background-repeat: no-repeat;
}

/*-------------------- Global Links ----------------------------*/

a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #990000;
}
a:active {
	color: #3366CC;
}

/*------------------- Global Table -----------------------------*/

table {
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #000000;
} 

td.formsolidTmenu
{
	background-color: #FFCC00;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #996600;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
td.formsolidItem_menu
{
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
}

/*------------------- Global Form -----------------------------*/

input{ 
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #000000;
	background: white;
}

textarea{ 
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #000000;
	background: white;
}

select{ 
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #000000; 
	width: 100px;
	background: white;
}

/*---------------------- List Box --------------------------*/

.select1{ 
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #000000; 
	width: 60px;
	background: white;
}

.select2{ 
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #000000; 
	width: 150px;
	background: white;
}

.select3{ 
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #000000; 
	width: 325px;
	background: white;
}

.select_menu1{ 
	font-size: 8px;
	color: #000000;
	height: 16px;
	width: 60px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 6px;
	margin-left: 1px;
}

.select_menu2{ 
	font-size: 8px;
	color: #000000;
	height: 16px;
	width: 60px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 6px;
	margin-left: 1px;
}

/*-------------------- Links Heabar----------------------------*/

a.link_headbar:link {
	color: #FF0000;
	text-decoration: underline;
	font-family: "MS Sans Serif";
	font-size: 14px;
	font-weight: bold;
}

a.link_headbar:visited {
	color: #FF0000;
	text-decoration: underline;
	font-family: "MS Sans Serif";
	font-size: 14px;
	font-weight: bold;
}

a.link_headbar:active {
	color: #FF0000;
	text-decoration: underline;
	font-family: "MS Sans Serif";
	font-size: 14px;
	font-weight: bold;
}

a.link_headbar:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-family: "MS Sans Serif";
	font-size: 14px;
	font-weight: bold;
}

/*-------------------- Links Top Menu----------------------------*/

a.link_topmenu:link {
	color: #CC0000;
	text-decoration: none;
}

a.link_topmenu:visited {
	color: #CC0000;
	text-decoration: none;
}

a.link_topmenu:active {
	color: #CC0000;
	text-decoration: none;
}

a.link_topmenu:hover {
	color: green;
	text-decoration: underline;
}

/*-------------------- Links Left Menu ----------------------------*/

a.link_leftmenu:link {
	color: #FF0000;
	text-decoration: none;
	font-family: "MS Sans Serif";
	font-size: 10px;
	font-weight: bold;
}

a.link_leftmenu:visited {
	color: #FF0000;
	text-decoration: none;
	font-family: "MS Sans Serif";
	font-size: 10px;
	font-weight: bold;
}

a.link_leftmenu:active {
	color: #FF0000;
	text-decoration: none;
	font-family: "MS Sans Serif";
	font-size: 10px;
	font-weight: bold;
}

a.link_leftmenu:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-family: "MS Sans Serif";
	font-size: 10px;
	font-weight: bold;
}

/*-------------------- Links Footer ----------------------------*/

a.link_footer:link {
	color: #CC0000;
	text-decoration: none;
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
}

a.link_footer:visited {
	color: #CC0000;
	text-decoration: none;
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
}

a.link_footer:active {
	color: #CC0000;
	text-decoration: none;
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
}

a.link_footer:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
}

/*-------------------- Background  ----------------------------*/

.bg_left_top {
	background-image: url(images/bg_left_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: top;
}

.bg_left_buttom {
	background-image: url(images/bg_left_buttom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	vertical-align: top;
}

.bg_right_top {
	background-image: url(images/bg_right_top.jpg);
	background-position: right top;
	background-repeat: no-repeat;	
	vertical-align: top;
}

.bg_right_buttom {
	background-image: url(images/bg_right_buttom.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	vertical-align: top;
}

/*-------------------  Table Form -----------------------------*/

table.table_form
{ 
	border: 1px #2B8BBD solid;
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #000000;
	padding: 0px;
}

table.table_form td.formsolidT
{
	background-color: #2B8BBD;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B8BBD;
}

table.table_form td.formsolidT2
{ 
	background-color: #75BADF;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

table.table_form td.formsolidL
{
	text-align: right;
	vertical-align: top;
	background-color: #75BADF;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2B8BBD;
	border-bottom-color: #2B8BBD;
	border-left-color: #2B8BBD;
}

table.table_form td.formsolidLC
{
	text-align: center;
	vertical-align: top;
	background-color: #75BADF;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2B8BBD;
	border-bottom-color: #2B8BBD;
	border-left-color: #2B8BBD;
}

table.table_form td
{
	padding: 3px;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2B8BBD;
	border-bottom-color: #2B8BBD;
}

table.table_form tr:hover 
{ 
	background-color: #F5F5F5;
}

/*-------------------  Table Front -----------------------------*/

table.table_front
{ 
	border: 1px #2B8BBD solid;
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #000000;
	padding: px;
}

table.table_front td.formsolidT
{
	background-color: #2B8BBD;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B8BBD;
}

table.table_front td.formsolidT2
{ 
	background-color: #75BADF;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

table.table_front td.formsolidL
{
	text-align: right;
	vertical-align: top;
	background-color: #75BADF;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2B8BBD;
	border-bottom-color: #2B8BBD;
	border-left-color: #2B8BBD;
}

table.table_front td.formsolidLC
{
	text-align: center;
	vertical-align: top;
	background-color: #75BADF;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2B8BBD;
	border-bottom-color: #2B8BBD;
	border-left-color: #2B8BBD;
}

table.table_front td
{
	padding: 3px;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2B8BBD;
	border-bottom-color: #2B8BBD;
}

table.table_front tr:hover 
{ 
	background-color: #F5F5F5;
}

/*-------------------  Table Menu -----------------------------*/

table.table_menu
{ 
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #FFFFFF;
	border: 0px groove #FFFFFF;
	padding: 0px;
}

table.table_menu td.formsolidT
{
	background-color: #2B8BBD;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B8BBD;
}

table.table_menu input{ 
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #3366CC;
	background-color: #EAF9FF;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

table.table_menu input.buttonM {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	font-weight: normal;
}

table.table_menu input.buttonM:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	font-weight: normal;
}

table.table_menu input.buttonM:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	font-weight: normal;
}

table.table_menu input.buttonM:active {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_o_swap.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	font-weight: normal;
}

table.table_menu a.button_flatM {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

table.table_menu a.button_flatM:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

table.table_menu a.button_flatM:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}

table.table_menu a.button_flatM:active {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o_swap.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

/*-------------------  Text Styles -----------------------------*/

.text_header { 
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #B6C648;
	font-weight: bold;
} 

.text_big { 
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #1B3836;
	font-weight: bold;
} 

.text_small { 
	font-size: 12px;
	font-family: "MS Sans Serif";
	font-weight: normal;
} 

.text_smallB {
	font-size: 12px;
	font-family: "MS Sans Serif";
	font-weight: bold;
}

.text_highlight
{ 	
	font-size: 14px;
	font-family: "MS Sans Serif";
	color: #2B8BBD;
	font-weight: bold;
}

/*---------------------- Global Button --------------------------*/

input.button {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}

input.button:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}

input.button:hover {
	background-image: url(images/button.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
	border: thin solid #fe7c0c;
}

input.button:active {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_swap.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}

input.buttonD {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_d.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}

input.buttonD:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_d.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}

input.buttonD:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_d.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}

input.buttonD:active {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_d_swap.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}

input.buttonO {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}

input.buttonO:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}

input.buttonO:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}

input.buttonO:active {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_o_swap.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	font-weight: normal;
}

/*-------------------  Button Flat -----------------------------*/

a.button_flat {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
	height: 21px;	
}

a.button_flat:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.button_flat:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}

a.button_flat:active {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_swap.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatD {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_d.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
	height: 21px;	
}

a.button_flatD:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_d.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatD:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_d.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatD:active {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_d_swap.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatO {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
	height: 21px;	
}

a.button_flatO:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatO:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatO:active {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o_swap.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

/*-------------------- Pictures ----------------------------*/

table.pictures td
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
	padding:1px;
}

table.pictures td:hover 
{ 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	padding:1px;
}

/*------------------------------------------------*/
input.buttonM {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	font-weight: normal;
}

input.buttonM:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	font-weight: normal;
}

input.buttonM:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	font-weight: normal;
}

input.buttonM:active {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_o_swap.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	font-weight: normal;
}

a.button_flatM {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatM:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatM:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(images/button_o.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatM:active {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(images/button_o_swap.gif);
	color: #000000;
	font-family: "MS Sans Serif";
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}
