body {
	background-color: #b2b4c3;
    background-image: url(images/pattern1.gif);
    background-repeat: repeat-y; 
	font-family: helvettica, Arial, sans-serif;
   	font-size : 12px;
	color:#C0C2C5;
}

.button {
	width: 115px;
}

 .title{
	width	:435px;
	height	:1.5em;
}

.normclass{
	
}


.outline{
	padding: 3px;
    border: 3px solid #AA0000;  
}


.leftcol {
	background-color: #dddddd;/*#6b7b8b;  RRGGBB*/
	color: #000088;
	margin-left: 2px;
	/*	margin-right: 5px;*/
	width: 130px;
    border: 0.1px none #000000;    /*to insure that NN4.xx renders the background-color of the content area See http://www.mako4css.com/TPos2.htm */
/*	float:right;*/
}


.leftcolheader{
    font-family : Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size: 13px;
	color: white;
	background-color:#AAAAAA;
	text-align: center;
}


.header{
	margin-left: 135px;
	margin-top: 10px;
}

 .navigation{
    position: absolute;
    top: 10px;
    left: 3px;
    width: 150px;
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

 .inbody {
    background-color:#bdbdbd;
    color: #000088;/*to insure readability*/
    margin-left: 135px;
    /*to position the content area to the right of the navigation*/
    /*margin-right: 20px;*//*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: 648px;/*440px;*/
    border: 0.1px solid #000000;    /*to insure that NN4.xx renders the background-color of the content area See http://www.mako4css.com/TPos2.htm */
	float:left;
}

div .smalltext{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background-color:#495969;
}

div .advert {
	background-color: #dddddd;/*#6b7b8b;  RRGGBB*/
	color: #000088;
	margin-left: 603px;
	/*	margin-right: 5px;*/
	width: 144px;
    border: 0.1px none #000000;    /*to insure that NN4.xx renders the background-color of the content area See http://www.mako4css.com/TPos2.htm */
/*	float:right;*/
}

div .bigtext{
    font-family : Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: white;
	background-color:#495969;
}

.errclass{
    font-family : Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: yellow;
	background-color:#ff2222;
	/*text-decoration: blink;*/
}


a {
display: block;
}
a:link {
	background : transparent;
	color : #0000ff;
	text-decoration : none;
}
a:visited {
background : transparent;
color : #0000ff;
text-decoration : none;
}
a:hover {
background : blue;/*transparent;*/
color : #000000;
text-decoration : none;
}

a.tre:link{
	background : transparent;
	color : #ff0000;
	text-decoration : none;
}

a.tre:visited {
background : transparent;
color : #ff0000;
text-decoration : none;
}

a.tre:hover {
background : blue;/*transparent;*/
color : #000000;
text-decoration : none;
}

