  	td {
    	font-family: arial;
    	font-size:12px;
  	}

  	.menu {
    	color: #ffffff;
    	font-size:17px;
    	text-decoration: none;
  	}

  	.menu:hover {
    	text-decoration: underline;
  	}

  	.menu_td {
    	text-align:center;
    	padding-bottom: 3px;
  	}

  	.white {
    	color: #ffffff;
    	font-size:12px;
  	}

    tr.white {
    	background-color: #ffffff;
    	color: #000000;
    }

  	.title {
    	color: red;
    	font-size:18px;
  	}
  	h1 {
    	color: #0074b3;
    	font-size:20px;
    	font-weight: normal;
    	margin-bottom: 10px;
  	}

  	h2 {
    	color: red;
    	font-size:20px;
    	font-weight: normal;
    	margin-bottom: 10px;
  	}

  	a {
    	color: #0074b3;
  	}

  	.category {
    	font-weight: normal;
    	font-size:18px;
    	color:#0074b3;
  	}

  	hr {
    	height: 1px;
    	color: #cccccc;
  	}

  	b {
    	color: #333333;
  	}

  	.dark {
    	background-color: #cccccc;
  	}

  	.light {
    	background-color: #f4f4f4;
  	}

	input {
    	width: 100%;
	}

	textarea {
    	width: 100%;
        height: 120px;
	}

	.date {
		color: #b90d0d;
		font-weight: bold;
	}

	.bottom_nav {
    	font-size:10px;
    	color: #ffffff;
	}

	br.small {
    	font-size:4px;
	}

	.red {
    	color: red;
	}

    div.tab {
    	padding: 1 10 1 10;
    	border-top:solid 1px #cccccc;
        border-bottom:solid 1px #000000;
        background-color:#f5f5f5;
        text-align:center;
        white-space: nowrap;
    }

	div.tab_sel {
		border-top:solid 1px #000000;
		border-left:solid 1px #000000;
		border-right:solid 1px #000000;
		padding:3 10 3 10;
		font-weight:bold;
		text-align:center;
		white-space: nowrap;
	}

	a.tab{
    	text-decoration:none;
	}