a:link, a:visited { color: #242a88; text-decoration: none }
a:active, a:hover { color: #000000; text-decoration: underline }

.mlink a:link, .mlink a:visited { color: #242a88; text-decoration: none }
.mlink a:active, .mlink a:hover { color: #000000; text-decoration: underline }
.mlink {font-size: small }

.lCol {
    width: 245px;
    float: left;
}
.rCol {
    margin-left: 276px;
}

.lSubContent {
    margin-top: 30px;
    font-size: 11px;
}

.hd_img {
    margin-bottom: 10px;
}

.bottomNav {
    margin-top: 30px;
    text-align: center;
    font-size: 11px;
}

#gtkcBox {
    background-image: url('graphics/gtn_bg.jpg');
    width: 384px;
    height: 384px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11px;
}
#gtkcBox p { margin-top: 0px;  margin-bottom: 10px; }

.clearb {
    clear: both;
}

.subHeading1 {
    font-size: 16px;
    font-weight: bold;
}

.tableheading {
    font-weight: bold;
    background: #d0d2e5;
    color: #242a88;
}

.font11 {
    font-size: 11px;
}
.font14 {
    font-size: 14px;
}

.parag1 p { margin-top: 0px;  margin-bottom: 5px; }

#navigation_bar {
    width: 736px;
    height: 163px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url('graphics/bg1.gif'); background-repeat: repeat-x;
}

#survey .poor {
	color: #e84419;
}

#survey .average {
	margin-left: 100px;
	color: #5989ff;
}

#survey .excellent {
	margin-left: 100px;
	color: #0040e0;
}

#survey .question {
	font-weight: bold;
}

#survey .indent {
	margin-left: 60px;
}

#survey .spacing {
	padding-left: 10px;
}


h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 17px;
	color: #1f2573;
}

/* BUTTONS start */

.button1 {
    margin: 0 auto;
    border: 0px solid #1f2685;
/*    color: #ffffff;*/
    width: 230px;
    padding: 8px;
    text-align: center;
    background-color: #fff6d2;
    border: 2px solid #1f2685;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;

    /* Do rounding (native in Firefox and Safari, CC in IE)
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;*/
}