a:visited, a:link, .green a:visited, .green a:link, .green{
	color: #156D3A;
	text-decoration: none;
}

.gray a:visited, .gray a:link, .gray{
	color: #6E6E6E;
	text-decoration: none;
}

.white a:visited, .white a:link, .white{
	color: white;
	text-decoration: none;
}

a:hover, .gray a:hover, .white a:hover, .claret a:hover, .green a:hover{
	text-decoration: underline;
}

body{
	text-align: center;
	margin: 0px;
    background-color: #ffffff;
}

body, td, th, div, p, span, select, input, textarea{
    font-family: "Verdana", "MS Sans Serif", "Tahoma", "Helvetica";
    font-size: 8pt;
    color: black;
}

img{
	border: 0;
}

ul{
    list-style-type: square;
    margin: 0 0 0 16px;
    padding: 0px; /* for firefox */
}

li{
    margin-top: 3px;
    margin-bottom: 3px;
}

hr{
    color: #D0D0D0;
    height: 3pt;
    background-color: rgb(0,0,0);
}

.mini{
    font-size: 7pt;
}

.head{
    font-size: 10pt;
}

.arrow{
    font-family: "MS Sans Serif", "Tahoma", "Helvetica";
    font-size: 7pt;
    font-weight: bold;
}

.list{
	list-style-image: url(../data/layout/icon04a.jpg);
}

.border{
	border: #6E6E6E 1px solid;
}

.notice, .noticeLinks{
	text-align: center;
}

.notice{
	margin: 20px 20px 10px 20px;
}

.bg{
	background-color: #ededed;
}

.table01{
	width: 100%;
	margin: 0 auto;
}

.table01, .table02, .table03, .table04{
    border-collapse: collapse;
    background-color: #ffffff;
}

.table01 td, .table01 th, .table02 td, .table02 th, .table03 td, .table03 th{
	text-align: left;
    padding: 5px;
}

.table04 td, .table04 th{
    padding: 0px;
}

.table01 td, .table01 th, .table03 td, .table03 th{
	border: #CCCCCC 1px solid;
}

.table02 td, .table02 th, .table04 td, .table04 th{
	border: 0px;
}

/* addition rules */

.bgImageGreen{
	background: url(file.php?file=layout/bg01.jpg);
}
.bgGreen{
	background: #058A2D;
}
.bgLightGreen{
	background: #D2E9D7;
}
.bgLightGray{
	background: #9B9798;
}
.bgGray{
	background: #797979;
}
.bgDarkGray{
	background: #4C4C4C;
}
h3{    font-family: "Verdana", "MS Sans Serif", "Tahoma", "Helvetica";
    font-size: 10pt;
    color: black;}
    
h4{    font-family: "Verdana", "MS Sans Serif", "Tahoma", "Helvetica";
	font-size: 14px;
	color: #000;font-weight: bold;
  text-align: center;margin:2px;}
  h5{    font-family: "Verdana", "MS Sans Serif", "Tahoma", "Helvetica";
	font-size: 14px;
	color: #F00;font-weight: bold;
  text-align: center;margin:2px;}
  
  h6{    font-family: "Verdana", "MS Sans Serif", "Tahoma", "Helvetica";
	font-size: 14px;
	color: #F00;font-weight: bold;
  text-align: center;text-decoration: underline; margin:2px;}
  
    h7{    font-family: "Verdana", "MS Sans Serif", "Tahoma", "Helvetica";
	font-size: 14px;
	color: #090;font-weight: bold; font-style: italic;
  text-align: center;}