/*-----------------------------------------\
| default.css                              |
|                                          |
\------------------------------------------/
/* body default */
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-left: 5px;
		margin-top: 5px;
		margin-bottom: 0px;
		margin-right: 0px;
		padding: 0px;
	}

/* level 2 heading format */
	h2 {
		font-family: Verdana,Arial, Helvetica;
		font-size: 18px;
		color: #2a4689;
	}
/* level 3 heading format */
	h3 {
		font-family: Verdana,Arial, Helvetica;
		font-size: 16px;
		color: #006600;
		text-align: center;
	}
/* level 4 heading format */
	h4 {
		font-family: Verdana,Arial, Helvetica;
		font-size: 14px;
		color: #006600;
		text-align: left;
	}
/* table heading default format */
	th {
		font-family: Verdana,Arial, Helvetica;
		font-size: 12px;
		color: #006600;
	}
/* table detail items default format */
	td {
		font-family: Verdana,Arial, Helvetica;
		font-size: 12px;
                height:30px;
                width: 150px;
                vertical-align: top;
	}
/* link default format */
	a {
		font-family: Verdana,Arial, Helvetica;
		font-size: 8px;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
	}
	a:hover {
		color: #2D8628;
		text-decoration: underline;
	}
/* div options */
        div {
                text-align: center;
        }
/* image options */
        img {
            width:75px;
            height:50px;
        }

/* special table options */
	.options {
		font-family: Verdana,Arial, Helvetica;
		font-size: 8px;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
	}
