body {margin:0; font-family:Verdana, Arial, Helvetica; font-size:14px}
#contentnew {padding:20px}
#dialog {position:absolute; width:425px; padding:10px; z-index:200; background:#fff}
#dialog-header {display:block; position:relative; width:411px; padding:3px 6px 7px; height:14px; font-size:14px; font-weight:bold}
#dialog-title {float:left}
#dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; background:url(DIALOGBOXIMAGES/dialog_close.gif) no-repeat}
#dialog-content {display:block; height:60px; padding:6px; color:#666666; font-size:13px}
#dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#FFF; opacity:.75; filter:alpha(opacity=75); z-index:100}
.error {background:#fff url(DIALOGBOXIMAGES/error_bg.jpg) bottom right no-repeat; border:1px solid #924949; border-top:none}
.errorheader {background:url(DIALOGBOXIMAGES/error_header.gif) repeat-x; color:#6f2c2c; border:1px solid #924949; border-bottom:none}
.warning {background:#fff url(DIALOGBOXIMAGES/warning_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; border-top:none}
.warningheader {background:url(DIALOGBOXIMAGES/warning_header.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
.success {background:#fff url(DIALOGBOXIMAGES/success_bg.jpg) bottom right no-repeat; border:1px solid #60a174; border-top:none}
.successheader {background:url(DIALOGBOXIMAGES/success_header.gif) repeat-x; color:#3c7f51; border:1px solid #60a174; border-bottom:none}
.prompt {background:#fff url(DIALOGBOXIMAGES/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; border-top:none}
.promptheader {background:url(DIALOGBOXIMAGES/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}





.example1 {
-moz-border-radius:3px;
-webkit-border-radius:3px;
background:#FFFFFF;
border:0px #000 solid;
height:190;
margin:0px auto;
padding:0px;
position:relative;
width:400;
}

.example2 {
-moz-border-radius:3px;
-webkit-border-radius:3px;
background:#FFFFFF;
border:0px #000 solid;
height:280;
margin:0px auto;
padding:0px;
position:relative;
width:620;
}



#main_content {
height:100%;
left:0%;
overflow:auto;
position:absolute;
top:0%;
width:100%;
}
.ssb_down {
background:transparent url(IMAGES/icon-arrow-down.png);
bottom:0;
cursor:pointer;
position:absolute;
right:0;
}
.ssb_sb {
background:transparent url(IMAGES/middle.png);
cursor:pointer;
position:absolute;
right:0;
}
.ssb_sb_down {
background:transparent url(IMAGES/middrag.png);
}
.ssb_sb_over {
background:transparent url(IMAGES/midhover.png);
}
.ssb_st {
background:transparent url(IMAGES/back.png);
cursor:pointer;
height:100%;
position:absolute;
right:0;
top:0;
}
.ssb_up {
background:transparent url(IMAGES/icon-arrow-up.png);
cursor:pointer;
position:absolute;
right:0;
top:0;
}
.parent {
font-family:verdana;
height:100%;
padding:0px;
position:relative;
}

#pup {
  position:absolute;
  z-index:200; /* always on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 150px;
  border: 2px solid black;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 0.7em;
}

#pupdefault {
    position                : absolute;
    width                   : 375px;
    padding                 : 5px;
    margin                  : 25px auto auto 10px;
    font-size               : 11pt;
    color                   : #000000;
    background-color        : #FFFFFF;
    font-family             : "courier new", tahoma, verdana, arial, sans-serif;
    font-weight             : bold;
    text-align              : left;
    border                  : 2px solid #333;
    z-index                 : 200; /* aaaalways on top*/
}


/-------------------------------------------------------------------------------------
/ WRAPPERS
/-------------------------------------------------------------------------------------

html, body {
   height:100%;
   margin:0;
   padding:0;
}
body {
   text-align:center;
}

#vertical {
   height:50%;
   width:1px;
   margin-bottom:-250px; /* half the wrappers height */
   float:left;
}
#wrappertest {
   margin:0 auto; /* use if centering horizontally  */
   text-align:center; /* set text back to default if centering horizontally  */
   position:relative;
   height:500px;
   width:800px;
   clear:left;
}

#wrappernew {
	/*we need to tell the browser the size of the wrapper div*/
	height:500;
	width:800;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the page to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-250px;
	margin-left:-400px;
	/*allows us to see wrapper*/
	background-color:#FFFFFF;
}

#wrappernewgrey {
	/*we need to tell the browser the size of the wrapper div*/
	height:500;
	width:800;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the page to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-250px;
	margin-left:-400px;
	/*allows us to see wrapper*/
	background-color:#E5E4E2;
}







#wrapperlogin {
	/*we need to tell the browser the size of the wrapper div*/
	height:500;
	width:800;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the page to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-250px;
	margin-left:-400px;
	/*allows us to see wrapper*/
	background-color:#000000;
}
#wrappernewA {
	/*we need to tell the browser the size of the wrapper div*/
	height:400;
	width:800;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-200px;
	margin-left:-400px;
	/*allows us to see wrapper*/
	background-color:white;
}
#wrappernew1 {
	/*we need to tell the browser the size of the wrapper div*/
	height:400;
	width:400;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-200px;
	margin-left:-200px;
	/*allows us to see wrapper*/
	background-color:white;
}
#wrappernew2 {
	/*we need to tell the browser the size of the wrapper div*/
	height:400;
	width:600;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-200px;
	margin-left:-300px;
	/*allows us to see wrapper*/
	background-color:black;
}
#wrappernew3 {
	/*we need to tell the browser the size of the wrapper div*/
	height:400;
	width:120;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 0%;
	/*resets the offset (should be half the width and height*/
	margin-top:-200px;
	margin-left:0px;
	/*allows us to see wrapper*/
	background-color:black;
}
#wrappernew4 {
	/*we need to tell the browser the size of the wrapper div*/
	height:300;
	width:500;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-150px;
	margin-left:-250px;
	/*allows us to see wrapper*/
	background-color:white;
}
#wrapper {
	/*we need to tell the browser the size of the wrapper div*/
	width:800px;
	height:200px;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 40%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-100px;
	margin-left:-400px;
	/*allows us to see wrapper*/
	background-color:white;
}
#wrapper2 {
	/*we need to tell the browser the size of the wrapper div*/
	width:600px;
	height:200px;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 40%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-100px;
	margin-left:-300px;
	/*allows us to see wrapper*/
	background-color:white;
}
#wrapper3 {
	/*we need to tell the browser the size of the wrapper div*/
	width:800px;
	height:500px;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-250px;
	margin-left:-400px;
	/*allows us to see wrapper*/
	background-color:white;
}


/-------------------------------------------------------------------------------------
/ TABLE DESIGNS
/-------------------------------------------------------------------------------------
.table1 {border: 2px solid #000000; border-collapse:collapse;}
.table1 td {border: 0px solid #000000;}
.table2 {border: 0px solid #333333; border-collapse:collapse;}
.table2 td {border: 0px solid #333333;}
.table3 {border: 2px solid #000000; border-collapse:collapse;}
.table3 td {border: 2px solid #000000;}
.table4 {border: 6px solid #000000; border-collapse:collapse;}
.table4 td {border: 2px solid #000000;}
.table5 {border: 1px solid #CCCCCC; border-collapse:collapse;}
.table5 td {border: 1px solid #CCCCCC;}
.table6 {border: 0px solid #CCCCCC; border-collapse:collapse;}
.table6 td {border: 0px solid #CCCCCC;}
.table7 {border: 2px solid #000000; border-collapse:collapse;}
.table7 th {border: 0px solid #000000;}
.table7 td {border: 0px solid #000000;}
.table8 {border: 0px solid #A3918F; border-collapse:collapse;}
.table8 th {border: 0px solid #A3918F;}
.table8 td {border: 0px solid #A3918F;}
.table9 {border: 0px solid #CCCCCC; border-collapse:collapse;}
.table9 td {border: 0px solid #CCCCCC;}
.table10 {border: 2px solid #CCCCCC; border-collapse:collapse;}
.table10 td {border: 2px solid #CCCCCC;}
.table11 {border: 0px solid #000000; border-collapse:collapse;}
.table11 td {border: 0px solid #000000;}
.table12 {border: 0px solid #000000; border-collapse:collapse;}
.table12 td {border: 3px solid #000000;}
.table13 {border: 4px solid #CCCCCC; border-collapse:collapse;}
.table13 td {border: 0px solid #CCCCCC;}
.tableblack {border: 2px solid #000000; border-collapse:collapse;}
.tableblack td {border: 0px solid #000000;}
.tableblue {border: 2px solid #8C94D9; border-collapse:collapse;}
.tableblue td {border: 0px solid #8C94D9;}
.tableblue2 {border: 1px solid #8C94D9; border-collapse:collapse;}
.tableblue2 td {border: 0px solid #8C94D9;}
.tableblue3 {border: 2px solid #8C94D9; border-collapse:collapse;}
.tableblue3 td {border: 1px solid #8C94D9;}

.tableblue4 {border: 2px solid #99CCFF; border-collapse:collapse;}
.tableblue4 td {border: 1px solid #99CCFF;}


.tableblue5 {border: 2px solid #BEC6FF; border-collapse:collapse;}
.tableblue5 td {border: 0px solid #BEC6FF;}

.tablelightgrey {border: 2px solid #D6D6D6; border-collapse:collapse;}
.tablelightgrey td {border: 0px solid #D6D6D6;}
.tablegold {border: 0px solid #CC9966; border-collapse:collapse;}
.tablegold td {border: 2px solid #CC9966;}
.tablegreen {border: 0px solid #339966; border-collapse:collapse;}
.tablegreen td {border: 2px solid #339966;}
.tablenothing {border: 0px solid #000000; border-collapse:collapse;}
.tablenothing td {border: 0px solid #000000;}
.tablenothingbottom {border: 2px solid #000000; border-bottom-style:none; border-collapse:collapse;}
.tablenothingbottom td {border: 0px solid #000000;}


.tablered {border: 2px solid #F07575; border-collapse:collapse;}
.tablered td {border: 0px solid #F07575;}

.tablered_tdborder {border: 2px solid #F07575; border-collapse:collapse;}
.tablered_tdborder td {border: 2px solid #F07575;}

.tablered2 {border: 2px solid #FF9999; border-collapse:collapse;}
.tablered2 td {border: 0px solid #FF9999;}

.tablegrey {border: 2px solid #8C8C8C; border-collapse:collapse;}
.tablegrey td {border: 0px solid #8C8C8C;}

.tablegrey_tdborder {border: 2px solid #8C8C8C; border-collapse:collapse;}
.tablegrey_tdborder td {border: 2px solid #8C8C8C;}

.tablegreynew {border: 2px solid #BBBDC0; border-collapse:collapse; background-color:#BBBDC0;}
.tablegreynew td {border: 0px solid #BBBDC0;}

.tablegrey2_tdborder {border: 2px solid #B0B0B0; border-collapse:collapse;}
.tablegrey2_tdborder td {border: 2px solid #B0B0B0;}

.tableprogress {border: 1px solid #8C94D9; border-collapse:collapse;}
.tableprogress td {border: 0px solid #8C94D9;}
.tableheading {border: 1px solid #CCCCCC; border-collapse:collapse;}
.tableheading td {border: 0px solid #CCCCCC;}
.tableheading2 {border: 4px solid #CCCCCC; border-collapse:collapse;}
.tableheading2 td {border: 0px solid #CCCCCC;}

.tablelockerview {border: 6px solid #000000; border-collapse:collapse;}
.tablelockerview td {border: 0px solid #000000;}

.tablewhite {border: 2px solid #FFFFFF; border-collapse:collapse;}
.tablewhite td {border: 0px solid #FFFFFF;}

.tablewhite2 {border: 2px solid #E3E6E8; border-collapse:collapse;}
.tablewhite2 td {border: 0px solid #E3E6E8;}

.tablebeige {border: 2px solid #FFFFCC; border-collapse:collapse;}
.tablebeige td {border: 0px solid #FFFFCC;}

table.prod {
width: 810px; 
border-collapse:collapse; border: 0px solid #FFFFFF;
}
.prod a img {
border:none; 
float:left; 
padding-right:12px;
}
.prod td {
width:250px;
border: 0px solid #000
}
.prod td p {
margin:0;
line-height: 30px;
}
/**here's the magic part**/
.prod td a {
display:block;
height:30px; /**adjust height in ems as required**/ 
text-decoration:none; 
}
/**link states**/
.prod td a:link {color: #FFFFFF}
.prod td a:visited {color:#FFFFFF}
.prod td a:hover {
background-color:#FFFFFF;
color: #000000;
}
.prod td a:active {
background-color:#FFFFFF;
color: #000000;
}
.prod td a:focus {
background-color:#FFFFFF;
color: #000000;
}


/*-------------------------------------------------------------------------------------*/
/* ANCHOR HYPERLINKS                                                                   */
/*-------------------------------------------------------------------------------------*/

a.type0:link    {color:white;   text-decoration:none;}
a.type0:visited {color:white;   text-decoration:none;}
a.type0:hover   {color:white; 	text-decoration:none;}
a.type1:link    {color:blue;    text-decoration:none;}
a.type1:visited {color:blue;    text-decoration:none;}
a.type1:hover   {color:#FF0000; text-decoration:underline;}
a.type2:link    {color:#FFFFFF; text-decoration:none;}
a.type2:visited {color:#FFFFFF; text-decoration:none;}
a.type2:hover   {color:#FF0000; text-decoration:none;}
a.type3:link    {color:#F8BF16; text-decoration:none;}
a.type3:visited {color:#F8BF16; text-decoration:none;}
a.type3:hover   {color:#66CCFF; text-decoration:underline;}
a.type4:link    {color:#FF0000; text-decoration:none;}
a.type4:visited {color:#FF0000; text-decoration:none;}
a.type4:hover   {color:#FF0000; text-decoration:underline;}
a.type5:link    {color:#FFFFFF; text-decoration:none;}
a.type5:visited {color:#FFFFFF; text-decoration:none;}
a.type5:hover   {color:#00FF66; text-decoration:none;}
a.type6:link    {color:#FFFFFF; text-decoration:none;}
a.type6:visited {color:#FFFFFF; text-decoration:none;}
a.type6:hover   {color:#990000; text-decoration:none;}
a.type7:link    {color:#FF0000; text-decoration:none;}
a.type7:visited {color:#FF0000; text-decoration:none;}
a.type7:hover   {color:#FF0000; text-decoration:underline;}
a.type8:link    {color:#000000; text-decoration:none;}
a.type8:visited {color:#000000; text-decoration:none;}
a.type8:hover   {color:#FFFFFF; text-decoration:underline;}
a.type9:link    {color:#444444; text-decoration:none;}
a.type9:visited {color:#444444; text-decoration:none;}
a.type9:hover   {color:#222222; text-decoration:underline;}
a.type10:link    {color:#FFFFFF; text-decoration:none;}
a.type10:visited {color:#FFFFFF; text-decoration:none;}
a.type10:hover   {color:#66CCFF; text-decoration:none;}
a.type11:link    {color:#CCCC99; text-decoration:none;}
a.type11:visited {color:#CCCC99; text-decoration:none;}
a.type11:hover   {color:#66CCFF; text-decoration:none;}
a.type12:link    {color:#3300CC; text-decoration:none;}
a.type12:visited {color:#3300CC; text-decoration:none;}
a.type12:hover   {color:#FF3333; text-decoration:underline;}
a.type13:link    {color:#FFFFFF; text-decoration:none;}
a.type13:visited {color:#000066; text-decoration:none;}
a.type13:hover   {color:#3300CC; text-decoration:underline;}
a.type14:link    {color:#FFFFFF; text-decoration:none;}
a.type14:visited {color:#FFFFFF; text-decoration:none;}
a.type14:hover   {color:#FF3333; text-decoration:none;}
a.type15:link    {color:#FF3333; text-decoration:none;}
a.type15:visited {color:#FF3333; text-decoration:none;}
a.type15:hover   {color:#FF3333; text-decoration:underline;}
a.type16:link    {color:#7D7D7D; text-decoration:none;}
a.type16:visited {color:#7D7D7D; text-decoration:none;}
a.type16:hover   {color:#66CCFF; text-decoration:underline;}


/*-------------------------------------------------------------------------------------*/
/* GLOBAL FONTS                                                               */
/*-------------------------------------------------------------------------------------*/

.arial10 {
	font-family: Verdana, arial;
	font-size: 10px;
	font-weight: bold;
}
.arial11 {
	font-family: Verdana, arial;
	font-size: 11px;
	font-weight: bold;
}
.arial11bold {
	font-family: arial;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
.arial11navy {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
}
.arial12 {
	font-family: Verdana, arial;
	font-size: 12px;
}
.arial12bold {
	font-family: arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
.arial12boldcolor {
	font-family: arial;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
    color: #666699;
}
.arial12boldblue {
	font-family: arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
    color: #38ACEC;
}
.arial12boldnavy {
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
    color: navy;
}
.arial12boldred {
	font-family: arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
    color: #FF0000;
}
.arial12boldwhite {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.arial12boldwhiteitalic {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
.arial12highlight {
	font-family: Verdana, arial;
	font-size: 12px;
	color: #C2540A;
}
.arial12White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.arial13boldcolor {
	font-family: arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
    color: #666699;
}
.arial14Bold {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.arial15Bold {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}
.arial18Bold {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.barmenu {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	margin-top: 1px;
}
.blackboardblack {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.blackboarddim {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	font-style: italic;
}
.blackboarddim1 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	font-style: italic;
}
.blackboardgrade1 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #00CCFF;
	font-style: italic;
}
.blackboardgrade2 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFCC;
	font-style: italic;
}
.blackboardgrade3 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFCC00;
	font-style: italic;
}
.blackboardgrade4 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #33CC99;
	font-style: italic;
}
.blackboardgrade5 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #6699FF;
	font-style: italic;
}
.blackboardgrade6 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #33FF00;
	font-style: italic;
}
.blackboardgrade7 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #66CCFF;
	font-style: italic;
}
.blackboardgrade8 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	font-style: italic;
}
.blackboardgreen {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #99FF66;
}
.blackboardnavy {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #0066ff;
	font-style: italic;
}
.blackboardnavy2 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #0066ff;
}
.blackboardnavy3 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}
.blackboardnavy4 {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
}
.blackboardred {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF3333;
}
.blackboardwhite {
	font-family: Verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
.blackboardwhite1 {
	font-family: Verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: regular;
}
.blackboardwhite2 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
.blackboardwhiteLarge {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.blackboardwhiteregular {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.blackboardwhitesmall {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.blackboardwhitesmall2 {
	font-family: Verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.comicsans {
	font-family: comicsans;
	font-size: 14px;
	font-weight: bold;
}
.finallinkinfo {
	font-family: arial;
	font-size: 14px;
}
.finallinkinfoBold {
	font-family: arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.inputhighlighted {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #CEA639;
	font-style: italic;
}
.inputhighlighted2 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #CEA639;
	font-style: italic;
}
.large {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.largelinknumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.largenavy {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: navy;
}
.largered {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: red;
}
.linkheadersmall {
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
}
.linktoptitle2 {
	font-family: arial;
	font-size: 14px;
	font-weight: 900;
	font-stretch: extra-expanded;
	color: #FFFFFF;
}
.linktoptitle3 {
	font-family: arial;
	font-size: 14px;
	font-weight: 900;
	font-stretch: extra-expanded;
	color: #000000;
}
.mediacontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.mediatitle {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.prolegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.prologin {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.regular {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}
.regularnavy {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: navy;
}
.regularred {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF3333;
}
.regularwhite2 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.small {
	font-family: arial;
	font-size: 8px;
	font-weight: normal;
}
.smallred {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF3333;
	font-style: italic;
}
.smallyellow2 {
	font-family: Verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFBF48;
}
.spacetiny {
	font-family: arial;
	font-size: 4px;
}
.special {
	font-family: "helvatica", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #504A4B;
}
.submenu {
	font-family: arial;
	font-size: 10px;
	color: #333333;
}
.submenularge {
	font-family: arial;
	font-size: 13px;
	color: #333333;
}
.SuperLarge {
	font-family: arial;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.SuperLarge2 {
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.SuperLarge3 {
	font-family: arial;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.SuperLarge4 {
	font-family: arial;
	font-size: 20px;
	font-style: regular;
	font-weight: bold;
	color: #000000;
}
.tiny {
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
}
.tinygreen {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #99FF66;
	font-style: italic;
}
.tinyitalicgreen {
	font-family: arial;
	font-size: 9px;
	font-style: italic;
	color: #006633;
}
.tinyitalicred {
	font-family: arial;
	font-size: 9px;
	font-style: italic;
	color: #FF3333;
}
.tinymath {
	font-family: Verdana, arial;
	font-size: 8px;
	font-weight: bold;
	color: navy;
	font-style: regular;
}
.tinynavy {
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: navy;
}
.tinynavy1 {
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: navy;
}
.tinyred {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF3333;
	font-style: italic;
}
.txtBlack {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	text-decoration: none
}
.txtBlackitalic {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: italic;
	color: #000000; 
	text-decoration: none
}

.txtBlackBold {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
	text-decoration: none
}
.txtBlackred {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #4B1A17; 
	text-decoration: none;
	font-style: italic;
}

.txtBlackred_nonitalic {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #4B1A17; 
	text-decoration: none;
}

.txtBlackwhite {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	text-decoration: none
}
.txtBlackwhitesmall {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	text-decoration: none
}
.txtBlacksmall {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	text-decoration: none
}
.txtBlacksmallBold {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #000000; 
	text-decoration: none
}
.txtBlack2bolditalic {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #000000; 
	text-decoration: none
}

.txtBlacksmaller {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-decoration: none
}
.txtBlacksmaller2 {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	color: #3300CC;
	text-decoration: none
}
.txtBlack2 {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	text-decoration: none
}
.txtBlack2italic {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: italic;
	color: #000000; 
	text-decoration: none
}
.txtBlack2bold {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #000000; 
	text-decoration: none
}
.txtBlackblue {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000082;
}
.txtBlack2blue {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #000082;
}
.txtBlack2red {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #4B1A17; 
	text-decoration: none;
	font-style: italic;
}


.txtBlack2white {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF; 
	text-decoration: none
}
.txtBlack2whiteoffline {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #888888; 
	text-decoration: none
}
.txtBlack2whitebold {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none
}
.txtBlack2whiteitalic {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF; 
	text-decoration: none
}
.txtBlack3 {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #000000; 
	text-decoration: none
}

.txtBlack3italic {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #000000; 
	text-decoration: none;
	font-style: italic;
}


.txtBlack3white {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #FFFFFF; 
	text-decoration: none
}
.txtBlack3blue {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #000082;
}
.txtBlack3red {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #F07575; 
	text-decoration: none
}


.txtBlack3yellow {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #CCCC99; 
	text-decoration: none
}

.txtBlack2yellow {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #CCCC99; 
	text-decoration: none
}

.txtBlack3whiteoffline {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #888888; 
	text-decoration: none
}


.txtBlack4 {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: #000000; 
	text-decoration: none
}

.txtBlack4blue {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: #000082;
}

.txtBlack4white {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: #FFFFFF; 
	text-decoration: none
}
.txtBlack5 {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #000000; 
	text-decoration: none
}
.txtBlack16 {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #000000; 
	text-decoration: none
}

.txtHeaderLink {
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF; 
	text-decoration: none
}

.UI06Title {
	font-family: arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}