
/* start of GENERIC mark-up styling */
	/* +++++ simple text elements +++++ */
h1 {border-bottom: solid 1px #483D8B;
	color: #483D8B;
	padding-bottom: 0.5em;
	font-size: 150%}
h2 {color: #483D8B;
	font-size: 140%}
h3 {color: #483D8B;
	font-size: 130%}
h4 {color: #483D8B;
	font-size: 120%}
h5 {color: #483D8B;
	font-size: 110%}
h6 {color: #483D8B;
	font-size: 100%}
pre {
    font-size: 100%;
	font-style: normal;
}

cite {
	font-style: italic;
	font-weight: bold}
q {	font-style: italic}
blockquote {
	margin-left: 2em}

/* +++++ LIST elements +++++ */
ul {
	list-style: square;
	margin-left: 2.5em;
	padding-left: 0}
li {
	margin-left: 1em;
	padding-left: 0}
ol {margin-left: 2.5em;
	padding-left: 0}

/* +++++ DATA elements +++++ */
dl {margin: 0;
	padding: 0}
dt {font-weight: bold;
	color: #483D8B}
dd {margin-left: 25px}
	/* +++++ link elements +++++ */

table {
    font-size: inherit;
}

/* +++++ ANCHOR elements +++++ */
/*
a:link, a:visited, a:active {
	color: #483D8B;
	text-decoration: none}
*/	

a:hover {
	text-decoration: underline}
	

/* sup used to be background 483D8B and color FFFFFF */
sup a {
	background-color: #FFFFFF;
	color: red !important;
	margin-left: 0.5em;
	font-weight: bold;
	font-size: 120%;
	padding: 0 2px 0 2px}
	/* +++++ table elements +++++ */
caption {
	font-weight: bold;
	padding: 1em}

td.pageTabOn {
	background: url(../Images/tableTabOn.gif);
}

td.pageTabOff {
	background: url(../Images/tableTabOff.gif);
}

/* BUTTONS */.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:20px;
}
	
	