/* SVG Style Sheet *//*Primary, global items */BODY {	font-family: Georgia,"Times New Roman",Southern,Verdana,serif;	font-size:11pt;	background: white;	/* background-image: url("../../images/guaze2.gif"); */	// background-repeat: repeat-y, repeat-x;}A:link {color: blue;}A:visited {color: navy;}A:active {color: darkcyan;}H1, H2, H3, H4{    font-weight: bold; margin-bottom:0px;margin-top:0px;    color: white; background: navy;   }P, LI     { font-size: 100%;        color: navy;         /* font-weight: 520; */      }TD,TH { font-size: 95%;        color: navy;         /* font-weight: 500; */        margin-bottom:0px;      }DT {font-weight: bold;margin-bottom: 0em; margin-top: 0em;}DD {margin-bottom: 1em; margin-top: 0em;}LI {margin-bottom: 0em; margin-top: 0em;}/* NAVBAR items used for navigation bar in Scoring area *//* Move table left onto logo image next door */.navbarbox {	position: relative;	left:-56px;	padding: 0px;	margin: 0px;}table.navbartable {	padding-bottom: 0px;	margin-bottom: 0px;}td.navbarshadow {	padding: 0px;	background-image: url("../Graphics/nbc-bottom.gif");	height:5px;	background-repeat: repeat-x;}td.navbar {	background:#593159 !important;	color: white;}a.navbar {	color: white !important;	background: none !important;	font-weight: bold;	font-family: arial,verdana,helvetica,sans-serif !important;	font-size: 10px !important;	text-decoration:none;}a.navbar:hover {	text-decoration: underline;}/* END NAVBAR STYLES *//* OTHER STYLES */.errorbox {	border-color: red;	border-width: 2px;	border-style: solid;	background-color: #eeeeee;	padding:1em;	color: black;	width: 60%;	margin-left: auto;	margin-right: auto;}/* for tables with text content */.padded {padding: 2px}/* any small text */.small {font-size: 9pt;}.verysmall {font-size: 8pt;}/* large text */.large {font-size: 120%;}/* text in a purple box */.inverse {color: white; background: purple}/* error text in a form */.error {color: red; background: none}/* Main links on section pages */.mainlink {	font-family: arial,verdana,helvetica,sans-serif;	font-size:150%;	font-weight: bold;}.mainlink a {	text-decoration:none;}.mainlink a:hover {	text-decoration: underline;}/* simple box */.box {	border-color: black;	border-width: 1px;	border-style: solid;	background-color: transparent;	padding:4px;	color: black;	margin-left: auto;	margin-right: auto;}.box P {	margin-top:0em;}/* Admin Table */table.admin {	border-color: #000000;	border-style: solid;	background: none;	border-top-width:1px;	border-right-width:0px;	border-bottom-width:0px;	border-left-width:1px;	padding:0px;	margin:0px;	border-collapse: collapse;	border-spacing: 0px;	}table.admin td {	border-color:#000000;	border-style:solid;	border-top-width:0px;	border-right-width:1px;	border-bottom-width:1px;	border-left-width:0px;	padding:3px;	margin:0px;	}table.admin th {	border-color:#000000;	border-style:solid;	border-top-width:0px;	border-right-width:1px;	border-bottom-width:1px;	border-left-width:0px;	padding:3px;	margin:0px;	background-color: #cccccc;	}