﻿	    body {
		    margin:0px 0px 0px 0px;
		    background-color:#FFF;
		    color:#FFF;
		    font-family:Arial;
	    }

	    p, td, span, div, fieldset {
			background-color:#fff;
		    font-family:arial;
		    font-size:11px;
		    color:#333;
	    }

	    h3, h5 {
		    font-size:22px;
			color:#0099CC;
		    font-weight:bold;
		    height:24px;
	    }
	    .heading {
		    font-size:14px;
		    font-weight:bold;
		    height:16px;
	    }

	    .head {
		    text-align:justify;
			font-family:arial;
			font-size:15px;
			color:#333;
	    }

	    hr {
		    height:1px;
		    color:#8B672B;
		    background-color:#8B672B;
		    border:0px;
	    }

	    legend {
		    font-weight:bold;
	    }

	    a:link {
		    color:#00466A;
		    text-decoration:none;
		    background-color:#FFF;
		    font-weight:bold;
	    }
	    a:visited {
		    color:#00466A;
		    text-decoration:none;
		    background-color:#FFF;
		    font-weight:bold;
	    }
	    a:hover {
		    color:#00466A;
		    text-decoration:underline;
		    background-color:#FFF;
		    font-weight:bold;
	    }
	    a:active {
		    color:#00466A;
		    text-decoration:underline;
		    background-color:#FFF;
		    font-weight:bold;
	    }

	    .body {
		    color:#333;
		    background-color:#FFF;
		    width:791px;
            height:600px;
	    }

	    .links {
		    font-size:12px;
		    font-weight:bold;
		    color:#8B672B;
		    background-color:#fff;
		    border-bottom:1px solid #8B672B;
		    padding-bottom:2px;
	    }

	    .link_list {
		    border-left:1px solid #8B672B;
		    padding-left:10px;
	    }

	    .content {
		    padding-left:5px;
		    padding-right:10px;
		    padding-top:5px;
	    }

	    .copyright {
			color:#333;
			background-color:#FFF;
		    width:100%;
		    text-align:center;
	    }
        .header {
            height:107px;
            background-image:url('./images/header.jpg');
        }
        .left_tile {
            width:7px;
            background-image:url('./images/left_tile.jpg');
        }
        .right_tile {
            width:10px;
            background-image:url('./images/right_tile.jpg');
        }
        .left_bottom {
            width:7px;
            height:9px;
        }
        .right_bottom {
            width:10px;
            height:9px;
        }
        .middle_bottom {
            width:791px;
            background-image:url('./images/bottom_tile.jpg');
        }
        .login .textbox {
	        border: 1px solid #929292;
	        width: 140px;
	        vertical-align: middle;
	        padding: 2px;
	        margin:  2px 0px 2px 0px;
	        font-size:10px;
        }
        .login .label {
	        display:block;
        }
	.reg {
		font-family:tahoma, arial;
		font-size:10pt; 
		color:000000; 
		letter-spacing:0pt
	}