  
    .rbc_black {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: normal;
       color: #000000;
       text-decoration: none;
    }

    .rbc_black_bold {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: bold;
       color: #000000;
       text-decoration: none;
    }

    .rbc_black_text {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: normal;
       color: #000000;
       line-height: 1.5;
       text-decoration: none;
    }

    .rbc_black_bold_text {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: bold;
       color: #000000;
       line-height: 1.5;
       text-decoration: none;
    }

    .rbc_white {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: normal;
       color: #FFFFFF;
       text-decoration: none;
    }
    .rbc_white_bold {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: bold;
       color: #FFFFFF;
       text-decoration: none;
    }

    .rbc_lightgrey {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: normal;
       color: #666666;
       text-decoration: none;
    }

    .rbc_lightgrey_bold {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: bold;
       color: #666666;
       text-decoration: none;
    }

    .rbc_lightgrey_text {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: normal;
       color: #666666;
       text-decoration: none;
       line-height: 1.5;
    }

    .rbc_darkgrey_bold {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: bold;
       color: #333333;
       text-decoration: none;
    }

    .rbc_red {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: normal;
       color: #7F1313;
       text-decoration: none;
    }

    .rbc_red_bold {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: bold;
       color: #7F1313;
       text-decoration: none;
    }

    h1 {
       font-size: 13px;
       font-family: Verdana, Arial;
       font-weight: bold;
       color: #7F1313;
       text-decoration: none;
    }

    h2 {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: bold;
       color: #000000;
       line-height: 1.5;
       text-decoration: none;
    }

    h3 {
       font-size: 11px;
       font-family: Verdana, Arial;
       font-weight: bold;
       color: #000000;
       line-height: 1.5;
       text-decoration: none;
    }


    body {
    	margin: 10px;
    	padding:0px;
    	color: #FFFFFF;
    	background-color: #FFFFFF;
    }
	
    #pattern {
    	height: 78px;
    	width:438px;
    	top: 15px;
    	right: 10px;
    	position: absolute;
    	border:0px solid pink;
    }

    #left {
    	position: absolute;
    	left:75px;
    	top:120px;
    	width:220px;
    	height: 100%;
    	color: navy;
    	background:#FFFFFF;
    	border:0px solid green;
    }

    #content {
    	top:0px;
    	background-color: #FFFFFF;
    	color: navy;
    	border:0px solid black;
       	margin-top: 25px;
       	margin-left: 296px;
       	margin-right:316px;
    }

    #right {
    	position: absolute;
    	right:10px;
    	top:120px;
    	width:285px;
    	height: 100%;
    	color: #FFFFFF;
        background: #FFFFFF;
    	border:0px solid red;
    }

    a:visited {text-decoration :none; color :#000000; font-weight: normal}
    a:link {text-decoration :none; color : #000000; font-weight: normal }
    a:active {text-decoration :none; color : #7F1313; font-weight: bold }
    a:hover {text-decoration :none; color : #7F1313; font-weight: bold }

    a.mainselector:visited {text-decoration :none; color : #000000; font-weight: bold }
    a.mainselector:link {text-decoration :none; color : #000000; font-weight: bold }
    a.mainselector:active {text-decoration :none; color : #7F1313; font-weight: bold }
    a.mainselector:hover {text-decoration :none; color : #7F1313; font-weight: bold }

    a.mail:visited {text-decoration :none; color : #000000; font-weight: normal }
    a.mail:link {text-decoration :none; color : #000000; font-weight: normal }
    a.mail:active {text-decoration :none; color : #7F1313; font-weight: normal }
    a.mail:hover {text-decoration :none; color : #7F1313; font-weight: normal }



