/* Stylesheet -	shamelessly stolen from Dan Yarlett
   Jan 2002 */

/* Setting the background colour of pages */
BODY { background-color: #ffffff }

/* I like helvetice, so default for everything is that  */

BODY { font-family: helvetica, arial, sans-serif } 


/*
TABLE,P,B,I,H1,H2,H3,OL,UL,PRE,DIV,LI,TR,TD,ADDRESS { font-family: helvetica, arial, sans-serif }*/

/* make H1 very slightly smaller */

H1 {font-size: 20pt} 
H1 {font-weight: 800}

/* for some subheadings */
.subheading {font-size: 18pt;
	     font-family:  helvetica, arial, sans-serif}


/* no underlining of links */

A:link {text-decoration:none;
	/*font-weight: 800;*/
  #0000EE;}

/*color: #46379b}*/

/*#a72a24}#4f9b55}color: #55b25d}#46379b}#553d99}#3d405b} #327E33}*/
/* color: #0000EE}*/
        
A:active {text-decoration:none;
  color: #FF0000}

A:visited {text-decoration:none; /*font-weight:800;*/
    color: #551A8B;}

A:hover{ text-decoration:underline }


A.other:link {text-decoration:none;
  color: 1d3fbf}
        
A.other:active {text-decoration:none;
  color: #FF0000}

A.other:visited {text-decoration:none;
  color:#cb2121}

A.other:hover{ text-decoration:underline }



/* headers */
.linksheader { 
  background-color: #FFFFFF;
  margin: 0px;
  padding: 5px;
 	border-top: 1px solid #000000;

 	border-left: 1px solid #000000;
}


.centraltitletext { 
padding: 1pt;
font-size: 11pt;
background-color: #FFFFFF;
width: 30%;
text-align: center;
margin: 2em auto 0 auto;
}


.centralcolumntext { 
padding-top: 30pt;
padding: 1pt;
clear: both;
font-size: 11pt;
background-color: #FFFFFF;
width: 60%;
text-align: justify;
margin: 2em auto 0 auto;
}


.widecolumntext { 
padding-top: 30pt;
padding: 1pt;
clear: both;
font-size: 11pt;
background-color: #FFFFFF;
width: 72%;
text-align: justify;
margin: 2em auto 0 auto;
}


.downloadbutton{ 
  float: right;
  clear: right;
  font-size: 10pt;
	background-color: #FFFFFF;
  margin: 0px;
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
 	border: 1px solid #cccccc;
 	border-top: 1px solid #cccccc;
}

li.publist{ 
  text-align: left;
  list-style-type: none;
  width: 72%;
  padding: 4px;
  padding-top: 35px;
  padding-bottom: 0px;
  margin-top: 4px;
  margin-bottom: 12px;
 	border-bottom: 1px solid #aaaaaa;
}

li.publist-header{ 
  text-align: left;
  list-style-type: none;
  width: 72%;
  padding: 4px;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 14pt;
  font-weight: 700;
  border-bottom: none;
}

li.publist-header2{ 
  text-align: left;
  list-style-type: none;
  width: 72%;
  padding: 4px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 14pt;
  font-weight: 600;
  border-bottom: none;
}

li{ 
font-size: 11pt;
 }

li.software-list{  
  list-style-type: square;
  width: 72%;
  padding: 4px;
  padding-top: 10px;
  text-align: left;
  font-size: 12pt;
  font-weight: 300;
}

.clearboth{ 
  padding-top: 2px;
  clear: both;
  padding-bottom: 2px;
}

.rightpic { 
 float: right;
 margin: 5px;
 padding: 1px;
 }

.leftpic { 
 float: left;
 margin: 5px;
 padding: 1px;
 }


.leftaddr { 
 width: 30em;
 float: left;
  font-size: 11pt;
 margin: 5px;
 padding: 1px;
 }

.rightclearpic { 
 clear:right; 
 text-align: right;
 padding-top: 6px;
 padding-right: 2px;}

.clearrighttext { 
 clear:right; 
 text-align: right;
}

