/* CSS Document */

/* new classes for table-less design */

a:link {color: #990000;text-decoration: none;}
a:visited {color: #990000;text-decoration: none;}
a:active {color: #808080;text-decoration: none;}
a:hover {color: #000000;text-decoration: none;} 

/* to increase/decrease all font sizes, change only the body pt size */
body { font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
     font-size:10pt; }

img { border: none }

.header {
      position: absolute; 
      top: 10px;
      left: 60px;
      width: 630px; }

.page {
      position: absolute;
      top: 160px;
      left: 60px;
      width: 920px; }

.center {
      position: absolute;
      top: 160px;
      left: 60px;
      width: 620px; }

.sidebar {
      position: absolute; 
      top: 160px;
      left: 700px;
      width: 140px;
      background-color:#E8D0D0; 
      padding-left: 15pt;
      padding-right: 15pt; 
      padding-top: 0pt;
      padding-bottom: 5pt; }

.logo { 
      font-size: 1.6em; 
      font-weight: bold; 
      text-align: left;
      margin-bottom: 15px; }

.navbar { 
      font-size: 1em; 
      font-weight: normal; 
      color: #606060; 
      text-align: center; }

.head { 
      font-size: 1em;
      font-weight: bold;
      color: #808080; 
      text-align:center; 
      padding: 6px; }

.links { 
      font-size: 1em; 
      font-weight: normal; 
      color: #999999; 
      text-align: center; }

.title { 
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 10px; 
      text-align: left; }

.error { 
      text-align: center; }

.author { 
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 10px; 
      text-align: left; }

.keyword { 
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 10px; 
      text-align: left; }

table.form {
      width: 100%; }
/* end new classes */

/* old freedom stylesheet
.titleheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.titleheadingfaint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #CCCCCC;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
}
.normal:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.normalwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.normalwhite:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.whiteheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.whiteheading:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
th { 
        background-color:#e6e6e6; 
        font-weight:bold; 
}
*/

