@charset "utf-8";
/* CSS Document */
    
    body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
    }
	.h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:24px;
		margin: 0px;
		padding:20px;
        color: #FFFFFF;
	}
	.h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
		margin: 0px;
		padding:20px;
        color: #FFFFFF;
}
	.h5 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		margin: 0px;
		padding:10px;
        color: #FFFFFF;
	}
    body {
        background-color: #000000;
        color: #000000;
    }
    .bordero {
        border: 2px solid #FFFFFF;
    }
    .middlepic {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
    }
    .headerstyle {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
    }
    a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }
    a:link {
        color: #FFFFFF;
        text-decoration: none;
    }
    a:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }
    
