/*
        The L-Space Default Stylesheet.
*/

body {
        background: #efefde url("/images/LightTerry.jpg");
        color: black;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        font-family: "new century schoolbook", georgia, verdana, serif;
}

:link {
        color: #3333dd;
        background:transparent;
}

:visited {
        color: #555555;
        background:transparent;
}

h1 {
        color: #000095;
        background: transparent;
        font-size: 200%;
}

.center {
        text-align: center;
}

.right  { 
	text-align: right; 
}

hr {
        clear: both;
}

.red {
        color: #880000; background: transparent;
}

.blue {
        color: #000095; background: transparent;
}

.nav {
        color: #efefdf;
        background: inherit;
        border:0;
}

.smaller {
        font-size: 80%;
}

.larger {
        font-size: 120%;
}

.local-credits {
        font-size: 80%;
        text-align: center;
}

.global-credits {
        font-size: 80%;
        text-align: center;
}

.toolbar
{
        text-align: center;
}


/*
        Lspace Default Stylesheet ends
*/


table.t1 {
	border: none;
	padding-right: 10px;
}
col.left {
	width: 80px;
	font-weight: bold;
	text-align: center;

}
th.t2 {
	text-align: center;
	font-weight: bold
}
td.t3 {
	vertical-align: top;
	font-size:125%;
	color: #880000;
    background: #efefde;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
.subhead {
	text-decoration: underline;
}
/*
        Note: padding-right added to table
        class for Netscape 4.7 and ALSO to
        td class to achieve the same effect
        in IE 5
*/