/*
    Central09
    02 July 2009
    
    CSS reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    /*outline: 0;*/
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
strong {
    font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%
}
em {
    font-style:italic;
}
html {
    min-height:101%;
}
body {
    line-height: 1;
    color: #000;
    background: #fff;
	font-family: Arial, Helvetica, sans-serif
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* remember to define focus styles! */
*:focus {
    outline:none;
}

/*
    Central09
    02 July 2009
    
    sitewide styles
*/


/*-----------------------------------------------------------------{   common page elements  }-----------*/

body { margin:0; padding:0; background:url(/template/images/backg_curves.jpg) no-repeat center 144px #fff; text-align:center; font-family:System; font-size:80%; color:#464646; }

h1, h2, h3, h4, h5, h6 {
    margin:15px 0 5px;
    padding:5px 0;
    font-weight:normal;
    font-family:Georgia, "Times New Roman", Times, serif, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:200%;
}

h2 {
    font-size:170%;
}

h3 {
    padding:5px 0;
    font-size:130%;
    color:#4E6C7D;
}

h4 {
    padding:5px 0;
    font-size:120%;
    font-weight:bold;
    color:#555;
}

h5 {
    margin:15px 0 0;
    padding:5px 0;
    font-size:110%;
    border-bottom:1px dotted #aaa;
}

h6 {
    padding:5px 0 3px;
    font-size:100%;
    font-weight:bold;
}

p {
    margin:0;
    padding:5px 0 10px;
    line-height:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;text-justify:inter-ideograph;
}

a,
a:hover {
    text-decoration:none;
}

p a,
#middle_column_content li a,
#pdf_link a {
    padding:0px;
    border-bottom:0px dotted #4E6C7D;
    text-decoration:none;
    color:#4E6C7D;
}

p a:hover,
p a:focus,
#middle_column_content li a:hover,
#middle_column_content li a:focus,
#pdf_link a:hover,
#pdf_link a:focus {
    background:#f8f8f8;
    border-bottom:0px solid #4E6C7D;
    text-decoration:none;
}

small a,
small a:hover {
    padding:0;
    border:none;
    background:none;
}

small {
    font-size:x-small;
}

img {
    border:0;
}

#middle_column_content p a img,
#middle_column_content p a:hover img {
    display:block;
    position:relative;
    bottom:-2px;
    background:none;
    border:none;
    text-decoration:none;
    z-index:100;
}

*:focus {
}

hr {
    height:1px;
    border:none;
    border-top:1px solid #ccc;
    background:#ccc;
}

.clear {
    display:block;
    float:left;
    clear:both;
    width:100%;
    height:1px;
    line-height:1px;
    font-size:1px;
}

a.back-button{ 
    border:1px solid #ccc;
    padding:3px;
    color:#999;
}
a:hover.back-button{ 
    border:1px solid #999;
    padding:3px;
    color:#999;
}


/*-----------------------------------------------------------------{   main divs  }-----------*/
#wrapper_top {
    float:left;
    width:100%;
    background:url(/template/images/backg_page.jpg) repeat-x top #fff;
}
#wrapper_middle {
    float:left;
    width:100%;
    background:url(/template/images/backg_curves.jpg) no-repeat center 144px;
}
#wrapper_bottom {
    float:left;
    width:100%;
}
#page_container {
    width:960px;
    margin:0 auto;
    text-align:left;
}
#top_bar {
    float:left;
    width:960px;
    height:144px;
}
#logo {
    float:left;
    height:84px;
}

/*-----------------------------------------------------------------{   site tools  }-----------*/

#site_tools {
    float:right;
    width:500px;
    padding:15px 0 0;
    text-align:right;
}

#quick_links {
    float:right;
    clear:both;
    text-align:right;
}

#quick_links ul {
    float:right;
    margin:0;
    padding:0;
    list-style:none;
}
   
#quick_links li {
    display:inline;
}

#quick_links li a {
    float:left;
    display:block;
    padding:3px 9px;
    border-right:#d3d3d3 1px solid;
    text-align:center;
    color:#4e6c7d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%
}

#quick_links li a.last {
    border:none;
    padding:3px 0 3px 9px;
}

#quick_links li a:hover,
#quick_links li a:focus {
    text-decoration:underline;
    color:#111;
}

#searchButtons {
    float:right;
    width:480px;
    padding:15px 0 0;
    text-align:right;
}

a.buttonStaff,
a.buttonStudents {
    float:left;
    display:block;
    width:83px;
    margin:0 9px 0 0;
    padding:5px 0 6px;
    background: url(/template/images/back_button_white.gif) 0 0 no-repeat;
    text-align:center;
    font-size:90%;
    color:#4e6c7d;
}

a.buttonStudents {
    margin:0;
}

a:hover.buttonStaff,
a:hover.buttonStudents,
a:focus.buttonStaff,
a:focus.buttonStudents  {
    background:url(/template/images/back_button_white.over.gif) 0 0 no-repeat;
}

#search_form {
    float:right;
    width:300px;
}

#search_form form {
    display:inline;
    margin:0;
    padding:0;
}

#search_form fieldset {
    border:none;
}

#schGo {
    float:right;
    display:inline;
    width:25px;
    margin:0;
}
#schField {
    float:right;
    display:inline;
    padding:0 5px 0 0;
    margin:0;
}

#cse-search-box legend {
    display:none;
}
#cse-search-box label {
    display:none;
}

#middle_column_content #cse-search-box label {
    display:inline;
}

#txtgo {
    display:block;
    background: url(/template/images/backg_search_arrow.gif) 0 -1px no-repeat #4e6c7d;
    border:none;
    height:22px;
    width:25px;
    cursor:pointer;
}

#txtgo:hover,
#txtgo:focus {
    background: url(/template/images/backg_search_arrow_over.gif) 0 -1px no-repeat #4e6c7d;
}

#txtsearch {
    float:left;
    width:250px;
    padding:2px;
}

/*-----------------------------------------------------------------{   top navigation  }-----------*/

#topnav {
    float:left;
    width:960px;
    overflow:hidden;
}
#topnav ul {
    margin:0;
    list-style:none;
}
#topnav ul li {
    margin:0;
    display:inline;
}
#topnav ul li a {
    float:left;
    display:block;
    height:31px;
    padding:10px 11px;
    border-left:1px solid #ddd;
    border-top:4px solid #dcdcdc;
    font-weight: bold;
    line-height:120%;
    color:#000;
    overflow:hidden;
	font-family:ËÎÌå;
	font-size:14px
}
#topnav ul li a:hover,
#topnav ul li a:focus {
    background:#4e6c7d;
    text-decoration:none;
    color:#fff;
}
#topnav ul li a.active,
#topnav ul li a.active:hover {
    padding:10px 11px 9px;
    background:#fff;
    border-top:4px solid #fff;
    text-decoration:none;
    color:#000;
}
#topnav ul li.last a {
    padding:10px 13px;
    border-right:1px solid #ddd;
}
#topnav ul li.last a.active,
#topnav ul li.last a.active:hover,
#topnav ul li.last a.active:focus {
    padding:10px 13px;
    background:#fff;
    border-top:4px solid #fff;
    text-decoration:none;
    color:#000;
}
#content_container {
    float:left;
    width:960px;
    background:url(/template/images/backg_home.jpg) no-repeat top center #fff;
    border-bottom:1px solid #bbb;
}
#content_shadow {
    float:left;
    width:940px;
    padding:0 10px;
    background:url(/template/images/page_container_bottom_fade.gif) repeat-x bottom;
}

#header {
    float:left;
    width:900px;
    padding:10px 20px 5px;
}
#header_title h1 {
    margin:0;
    padding:5px 0;
    color:#fff;
	font:38px "Microsoft YaHei", Arial, Tahoma;      
	font-weight:900;
	
}
#header_content {
    width:320px;
    padding:0 10px;
    font-size:87%;
    color:#d1d1d1;
}
#header_content1 {
    width:320px;
    padding:0 10px;
    font-size:100%;
    color:#d1d1d1;
}

#header_content h2 {
    margin:0;
    padding:3px 0;
}

#header_content p {
    padding:8px 0 3px 10px;
}

#column_container {
    float:left;
    /*clear:both;*/
    width:940px;
}

#left_column {
    float:left;
    width:235px;
}

#leftnav_extra {
    padding:50px 0 0;
    text-align:center;
}

#leftnav_extra a,
#leftnav_extra a:hover {
    border:none;
    background:none;
}

#middle_column {
    float:left;
    width:460px;
    margin:0 5px;
}
#middle_column_content {
    float:left;
    width:440px;
    padding:10px;
    overflow:hidden;
}

#breadcrumbs {
    padding:12px 20px 12px 35px;
    background:url(/template/images/bullet_home.gif) no-repeat 20px center;
    font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif
}

#breadcrumbs a {
    color:#4e6c7d;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus {
    color:#000;
    text-decoration:underline;
}

#right_column {
    float:right;
    width:235px;
}

#pdf_link {
    clear:both;
    width:100%;
    padding:20px 0 5px;
    text-align:right;
}


   
/*-----------------------------------------------------------------{   page footer adverts  }-----------*/

#page_footer {
    float:right;
    width:695px;
    padding:10px 0 20px;
}
#page_footer .feature {
    float:left;
    width:220px;
    height:100px;
    background:#efefef;
    border-left:4px solid #bbce61;
}

ul.footlinks {
    float:left;
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}

ul.footlinks li {
    background:none;
    display:inline;
    height:103px;
    width:205px;
    padding:10px 0 20px 0;
    margin:0;
}

.footLinkLargeContainer {
    float:left;
    position:relative;
    display:block;
    width:205px;
    height:103px;
    border-left:#a7c033 solid 4px;
}
 
.footLinkLargeContainer:hover,
.footLinkLargeContainer:focus {
    border-left:#932F4C solid 4px;
}
.footLinkLargeMain {
    position:absolute;
    width:205px;
    height:103px;
    z-index:0;
}
.footLinkLargeMinor {
    position:absolute;
    width:205px; 
    height:103px;
    z-index:1;
}
span.flText {
    display:block;
    position:absolute;
    width:205px; 
    height:103px;
    right:5px;
    padding:5px 0 0;
    text-align:right;
    font-weight:normal;
    color:#642637;
    z-index:2;
}

span.flText p {
    display:inline;
}

a:hover .flText {
    cursor:pointer;
    color:#000;
}

#maps_homepage_issueslink {
    clear:both;
    margin:-10px 0 0;
    padding:0 0 10px;
    text-align:right;
    font-size:x-small;
}
.tinylink a,
.tinylink a:hover,
#maps_homepage_issueslink a,
#maps_homepage_issueslink a:hover {
    padding:0;
    letter-spacing:-1px;
    border:none;
    font-size:x-small;
    color:#777;
}

/*---------------------------{ new footer adverts }---------------------------*/

.advert-container,
.advert-container-single {
    float:left;
    display:inline;
    width:182px; 
    height:136px; 
    margin:0 45px 0 0;
}

.advert-container-single {
    margin:0;
}

.advert-container a,
.advert-container-single a {
    display:block;
    width:148px;
    height:29px;
    padding:10px 26px 5px 8px;
    text-decoration:none;
    font-family:Georgia, "Times New Roman", Times, serif, Verdana, Arial, Helvetica, sans-serif;
    font-size:90%;
    color:#666;
}

.advert-container a:hover,
.advert-container a:focus,
.advert-container-single a:hover,
.advert-container-single a:focus {
    color:#000;
}

.advert-top-outer {
    background:url(/template/images/test-img.jpg) no-repeat top left;
    width:182px; 
    height:92px; 
    display:block;
    border-bottom:1px solid #fff;
}
.advert-top-inner {
    background:url(/template/images/footer-advert-top-2.png) no-repeat top left;
    width:182px;
    height:92px;
    display:block;
}

.advert-bottom {
    background:url(/template/images/footer-bottom-bg-over.jpg) no-repeat top left;
    display:block;
    width:182px;
    height:44px;
}

#footer-adverts {
    display:inline;
    float:left;
    width:98%;
    padding-left:2%;
    padding-top:10px;
    padding-bottom:10px;
}

/*-----------------------------------------------------------------{   footer  }-----------*/

#footer {
    float:left;
    width:960px;
    background:url(/template/images/backg_footer.jpg) no-repeat bottom center #8f8f8f;
    border-top:1px solid #fff;
    border-bottom:2px solid #555;
    font-size:100%;
}
#footer_content {
    float:right;
    width:685px;
    padding:20px;
    color:#fff;
}
#footer_content ul {
    margin:0;
    padding:10px 0;
    list-style:none;
}
#footer_content ul li {
    padding:3px 0 3px 10px;
    background:url(/template/images/bullet_green_grey.gif) no-repeat left center;
}
#footer_content ul li a {
    color:#fff;
}
#footer_content ul li a:hover,
#footer_content ul li a:focus {
    color:#000;
}
#footer_left {
    float:left;
    width:300px;
    padding:0 0 0 10px;
}
#footer_right {
    float:right;
    width:215px;
}
#footer_left p,
#footer_right p {
    padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%
}
#footer_left strong {
    font-size:110%;
}


#footer_right strong {
    font-size:93%;
	font-family:Georgia, "Times New Roman", Times, serif
}

#footer_address,
#footer_copyright {
    line-height:1.5em;
}

#footer_address span {
    display:block;
	font-family:Georgia, "Times New Roman", Times, serif
}

#footer_address span.tel {
    padding:5px 0 0;
}

#footer_address span.tel span {
    display:inline;
}

#add_this {
    padding:30px 0 0;
}

/*-----------------------------------------------------------------{   curved images  }-----------*/

.landing_center_feature {
    float:left;
    clear:both;
    display:block;
    width:430px;
    margin:10px 0 0;
}
.landing_center_feature a {
    float:left;
    display:block;
    width:430px;
    background: url(/template/images/hr_fade.jpg) left -2px no-repeat;
    text-decoration:none;
    line-height:150%;
    color:#333;
    cursor:pointer;
}

.landing_center_feature a:hover,
.landing_center_feature a:focus {
    background: url(/template/images/hr_fade_over.gif) left -2px no-repeat;
    text-decoration:none;
}
.landingShortcut {
    float:left;
    clear:both;
    display:block;
    width:430px;
    padding:10px 0 20px 0;
}
.landingShortcut i {
    display:block;
    padding:0 5px 10px;
    font-family:Georgia, "Times New Roman", Times, serif, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-style:normal;
    font-weight:bold;
    font-size:100%;
    color:#4e6c7d;
}
.landingShortcut strong {
    display:block;
    padding:0 7px;
    font-weight:normal;
    font-size:90%;
	font-family:Georgia, "Times New Roman", Times, serif
}
#content_image {
    float:right;
    border-left:10px solid #fff;
}
.content_image_caption {
    float:right;
    clear:both;
    width:100%;
    padding:5px 0;
    text-align:left;
    font-size:x-small;
    color:#777;
}

.curvedImage {
    float:right;
    position:relative;
    display:block;
    line-height:1px;
    font-size:1px;
    overflow:hidden;
    cursor:default;

}
span.curveBr {
    position:absolute;
    bottom:0;
    right:0; 
    width:31px;
    height:31px;
    background:url(/template/images/frame_curvebr.png) no-repeat bottom right;
    line-height:1px;
    font-size:1px;
    z-index:2;
 }

/*-----------------------------------------------------------------{   generic feature box  }-----------*/

.generic_feature_container {
    float:left;
    width:300px;
    margin:0 15px 15px 0;
    background:url(/template/images/hr_fade_over.gif) no-repeat 100px -3px;
}
.generic_feature_container a {
    float:left;
    position:relative;
    display:block;
    width:300px;
    background:url(/template/images/test-img.jpg) no-repeat top left;
    cursor:pointer;
}

.generic_feature_rounds {
    float:left;
    width:300px;
    background:url(/template/images/generic_feature_rounds_300.png) no-repeat top left;
    border-bottom:1px solid #fff;
}

.generic_feature_image {
    float:left;
    width:106px;
    height:106px;
    background:#fff;
}
.generic_feature_image img {
    padding:2px;
    border:1px solid #ccc;
}
.generic_feature_blurb {
    float:right;
    display:block;
    width:179px;
    height:105px; /* minimum height */
    padding:5px 5px 5px 10px;
    font-size:87%;
}
.generic_feature_blurb strong {
    display:block;
    padding:3px 0;
    color:#903049;
}
.generic_feature_blurb em {
    display:block;
    padding:3px 0;
    font-style:normal;
    color:#555;
}

.generic_feature_container a:hover .generic_feature_blurb em,
.generic_feature_container a:focus .generic_feature_blurb em  {
    color:#111;
}

.generic_feature_more {
    float:left;
    clear:both;
    width:292px;
    height:34px;
    padding:10px 0 0 8px;
    background:url(/template/images/generic_feature_more_300_bg.gif) no-repeat top left;
    font-size:90%;
    font-weight:bold;
    color:#666;
}

.generic_feature_container a:hover .generic_feature_more,
.generic_feature_container a:focus .generic_feature_more {
    color:#111;
}

/*---------------------{ generic lists  }----------------*/

ul.staff_news_list li{
list-style-type:none;
}



/*-----------------------------------------------------------------{   alphabet listing links   }-----------*/

p.alphabet {
    float:left;
    clear:both;
    width:100%;
}

p.alphabet a {
    float:left;
    display:block;
    width:20px;
    margin:0 2px 0 0;
    padding:3px 0 5px;
    border:1px solid #aaa;
    text-align:center;
}

p.alphabet a:hover {
    background:#932f4c;
    font-weight:bold;
    color:#fff;
}

/*-----------------------------------------------------------------{   handy classes   }-----------*/

.float_left {
    float:left;
}

.float_right {
    float:right;
}

.photo_border {
    padding:3px;
    border:1px solid #ddd;
    background:#fdfdfd;
}

/*-------------------------------------------{   new window links   }------------*/

p a[target $="_blank"],
#middle_column_content li a[target $="_blank"] {
    padding-right:15px;
    background:transparent url(/template/images/external_link.gif) no-repeat right center;
}

p a[target $="_blank"] img,
#middle_column_content li a[target $="_blank"] img {
    padding-right:0px;
    background:none;
}

td a[target $="_blank"],
td a[target $="_blank"]:hover {
    padding-right:0;
    background:none;
    border:none;
}



/*-------------------------------------------{   email links   }------------*/

p a[href^="mailto:"],
#middle_column_content li a[href^="mailto:"] {
    padding-right:20px;
    background:transparent url(/template/images/email.png) no-repeat right center;
}


/*-------------------------------------------{   word doc links   }------------*/

p a[href$=".docm"],
p a[href$=".doc"],
p a[href$=".docx"],
#middle_column_content li a[href$=".docm"],
#middle_column_content li a[href$=".doc"],
#middle_column_content li a[href$=".docx"] {
    padding-right:20px;
    background:transparent url(/template/images/doc.gif) no-repeat right center;
}


/*-------------------------------------------{   PDF links   }------------*/

p a[href$=".pdf"],
#middle_column_content li a[href$=".pdf"] {
    padding-right:20px;
    background:transparent url(/template/images/icons/pdf.gif) no-repeat right center;
}


/*-------------------------------------------{   powerpoint links   }------------*/

p a[href$='.ppt'],
p a[href$='.pptx'],
#middle_column_content li a[href$='.ppt'],
#middle_column_content li a[href$='.pptx'] {
    padding-right:20px;
    background:transparent url(/template/images/ppt.gif) no-repeat right center;
}


/*-------------------------------------------{   excel links   }------------*/

p a[href$='.xls'],
p a[href$='.xlsx'],
#middle_column_content li a[href$='.xls'],
#middle_column_content li a[href$='.xlsx'] {
    padding-right:20px;
    background:transparent url(/template/images/excel.png) no-repeat right center;
}


/*-----------------------------------------------------------------{   RedDot CMS Admin styles  }-----------*/

.rdOpen{
    width:100%;
    padding-top:3px;
    padding-bottom:3px;
    background-color:#EEEBE6;
    border-bottom:1px solid #ccc;
    text-align:left;
    font-size:80%;
}
.rdlist{
    display:inline;
    margin:0;
    padding:0;
    background:none;
    text-align:left;
}
#rdTopTable {
    margin:20px 0;
    border-collapse:collapse;
    border:0px solid #ccc;
    vertical-align:top;
}

#rdTopTable td,
#rdTopTable th{
    vertical-align:top;
}

#rdTopTable th{
    font-weight:bold;
}

table.rdStandardTable{
    width:100%;
    margin:0 0 20px;
    border-collapse:collapse;
    border:1px solid #ccc;
    background-color:#EEEBE6;
    vertical-align: top;
}

table.rdStandardTable td{
    padding:5px;
    vertical-align:top;
}

.rdEssential {
    padding:5px;
    background:#fff;
    font-size:x-small;
}

a.reddot,
a.reddot:hover,
#middle_column_content li a.reddot,
#middle_column_content li a.reddot:hover,
#middle_column_content span.reddot a,
#middle_column_content span.reddot a:hover {
    background:none;
    border:none;
}

.RD_adminlink {
    display:inline;
    float:right;
    padding:2px 20px 2px 0;
    text-align:right;
}

.RD_adminlink a,
.RD_adminlink a:hover {
    color:red;
}

br.clear {
    display:block;
    float:left;
    clear:both;
    width:100%;
}

.hidden {
    display:none;
}

.highlight {
    font-size:x-small;
    color:#90334b;
}
/*---------------------------------------------------------------{   SRAS virtual advisor  }-------------*/

#virtual_new {
    float:left;
    clear:both;
    width:205px;
    padding:15px;
    background:#fff;
    font-size:x-small;
 
}

#virtual_new form {
    margin:0;
    padding:0;
    width:205px;
}

#va_header {
    width:195px;
    margin:0 0 5px;
    padding:5px;
    color:#fff;   
    background:#3b515e url(/template/images/va-bg.jpg) no-repeat 100% 50%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%
    }


#quser {
    width:199px;
	margin-top: 2px;
}

#va_submit {
    float:right;
    clear:both;
    font-size:93%;
}
/*---------------------------------------{ landing page more link }-----------*/
#moreButton {
    float:left;
    padding:6px 0 0 10px;
}

#moreButton a {
    display:block;
    width:67px;
    height:11px;
    padding:5px 20px;
    background:url(landing-more.png) 0 0 no-repeat;
    font-size:90%;
    font-weight:bold;
    color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif
}

#moreButton a:hover {
    background:url(landing-more-over.png) 0 0 no-repeat;
    color:#bbb;
    cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%
}


/*------------------------------------------------*/

#mytable {
	width: 660px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 660px;	 
	
	text-align: right;
}

th {
	
	
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-top: 1px solid #000033;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #c1e9bd url(images/bg_header.jpg) no-repeat;
	color:#666666;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #000033;
	background: none;
	color:#666666;
}

td.pic {
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	background: #fff;
	padding: 6px 6px 6px 12px;
	
}


td.alt {
	background: #def9dc;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;

	padding: 6px 6px 6px 12px;
	
}

th.spec {
	border-left: 1px solid #000033;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	
}

th.specalt {
	border-left: 1px solid #000033;
	border-top: 0;
	background: #def7de url(images/bullet2.gif) no-repeat;
	
	
}