﻿@charset "utf-8";
/* CSS Document */

/* ######### generic style ######### */

body{font-size:12px; color:#000; font-family:Arial, Helvetica, sans-serif;} 

td{font-size:13px;}

a:link, a:visited{color:#006bb6;text-decoration:none;}
a:hover{color:#025087;text-decoration:underline;}


.h1 td{font-size:16px;}

.formTable{ width:576px; background:url(../images/form_table_bg_b.gif) repeat-y; border-bottom:#efefef 1px solid; }

.formTable th, .formTable td{ padding:8px 14px;}
.formTable th{  color:#003d7e; font-weight:bold;background:#dae1eb;}
.formTable thead td{padding-top:20px; padding-bottom:20px;}
.formTable thead th{background:#dae1eb url(..images/form_table_top_b.gif) no-repeat;}

.list td,
.formContent td,
.form td,
.form th
{ font-size:11px;}


.footer{font-size:10px;}
.footer_popup{font-size:10px;}


/**
 * ========================================
 *
 * 
/* content
 * ----------------------------------------
 *
 *
 *
 */

.greylink a:link,.greylink a:visited{color:#666666;text-decoration:none;}
.greylink a:hover{color:#025087;text-decoration:underline;}

.cursor{
	cursor:hand;
	cursor:pointer;
}

