/* /styles/global-1/global-1.css */

/*  @import url(legacy-styles.css); */

body {
	margin:0;
	padding:0;
	background-color: #E1E1E1;
	color: #003;
	font-family: "Arial", "Verdana", sans-serif;
}


h1, h2, h3, h4 { line-height: normal; }

p {
	line-height: 130%;
}
ul {
	line-height: 130%;
}

h1 {
	text-align:center;
	font-size: 125%;
	margin-top: 1em;
	margin-bottom:0.5em;
	font-weight: bold;
	line-height: normal;
    margin: 1em 2.5em 0.5em 2.5em;
    padding: 4px;
    border-bottom:thin solid #600;
    border-top:thin solid #600;
}

h2 {
	font-size: 125%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 115%;
}


/* defined classes */

span.g_sandwich {
	border-top: thin solid #600;
	border-bottom: thin solid #600;
	padding:0.25em 2.5em 0.25em 2.5em;
}

h1 span.g_sandwich {
    border-top: none;
    border-bottom: none;
    padding: 0px;
}

table tr td h1 {
    padding-left:2em;
    padding-right:2em;
}

.g_noprintb {
	display: block;
}

.g_noprinti {
	display: inline;
}

.g_printonlyb {
	display: none;
}

.g_printonlyi {
	display: none;
}

.g1_PageTitle {
	font-size: 1.3em; 
	font-weight: bold;
	text-align: center;
}

.g_journaltitle {
	font-style: italic;
}


.g_Garamond {
font-family: "Palatino Linotype",
             Palatino,
             "URW Palladio L",
             "Book Antiqua",
             Baskerville,
             "Bookman Old Style",
             "Bitstream Charter",
             "Nimbus Roman No9 L",
             Garamond,
             "New Century Schoolbook",
             "Century Schoolbook",
             "Century Schoolbook L",
             Georgia,
             serif;
}
.g_TimesNewRoman {
font-family: Cambria,
             "Hoefler Text",
             Utopia,
             "Liberation Serif",
             "Nimbus Roman No9 L",
             Times,
             "Times New Roman",
             serif;
}
.g_Georgia {
font-family: Constantia,
             "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             Georgia,
             serif;
}
.g_Verdana {
font-family: Corbel,
             "Lucida Grande",
             "Lucida Sans Unicode",
             "Lucida Sans",
             "DejaVu Sans",
             "Bitstream Vera Sans",
             "Liberation Sans",
             Verdana,
             sans-serif;
}
.g_Trebuchet {
font-family: "Segoe UI",
             Candara,
             "Bitstream Vera Sans",
             "DejaVu Sans",
             "Trebuchet MS",
             Verdana,
             sans-serif;
}
.g_monospace {
font-family: Consolas,
             "Andale Mono",
             "Lucida Console",
             "Lucida Sans Typewriter",
             "DejaVu Sans Mono",
             "Bitstream Vera Sans Mono",
             "Liberation Mono",
             "Nimbus Mono L",
             Monaco,
             "Courier New",
             Courier,
             monospace;
}

.g_heightless { line-height: normal; }

.g_small {
	line-height: normal;
	font-size: 80%;
}


a.g_awtt {
	position: relative;
}
a.g_awtt span.g_ttip {
	display: none;
}
a.g_awtt:hover span.g_ttip {
	display:block;
	position: absolute;
	border: 1px solid #f00;
	background-color: #cff; 
	color: #000;
	padding: 4px;
	font-size: .8em;
	font-weight: normal; 
	z-index:3;
}
