/*-----------------------------------------\
| project.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: 55px;
                border-collapse:collapse;
	}

/* 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: 10px;
                vertical-align: top;
	}
/* div options */
        div {
                text-align: center;
        }
/* image options */
        img {
            width:75px;
            height:50px;
        }
/* special table options */
        th.bottom_border {
            border-top: 2px solid gray;
            border-bottom: 2px solid gray;
            border-left: 0px;
            border-right: 0px;
        }
        td.date {
            height:10px;
            width: 100px;
            border-top: 1px dotted gray;
            border-left: 1px dotted gray;
            border-right: 1px dotted gray;
            border-bottom: 1px dotted gray;
        }
        td.item {
            height:10px;
            width: 200px;
            text-align: left;
            border-top: 1px dotted gray;
            border-right: 1px dotted gray;
            border-left: 1px dotted gray;
            border-bottom: 1px dotted gray;
        }
        td.todays_date {
            color: #FF3300;
            font-style: bold;
            height:10px;
            width: 100px;
            border-top: 1px dotted gray;
            border-left: 1px dotted gray;
            border-right: 1px dotted gray;
            border-bottom: 1px dotted gray;
        }
        td.combo {
            height:10px;
            width: 200px;
            text-align: left;
            border-collapse:collapse;
        }
