
/* TCB CSS Definitions */


/* basic elements */

.buttonbkg {
background-color:#AAAAAA;
border: 1px solid #333333;
}

.buttonlink {
background-color:#d8d8d8;
border: 0px;

}

button:hover {
background: #999999;
border: 1px solid #333333;
height: 25px;
color: #000000;
}
.screen {
	position: absolute;
	top: 10px;
    width: 770px;
	align: centre;
	height: auto;
}
button {
background: #AAAAAA;
border: 1px solid #333333;
height: 25px;
color: #333333;
}
.tableborder {
border: 1px solid #666666;
}
a:link { text-decoration: underline;
color: #000000; }
a:hover {
      color: #000000;
      background-color:#CCCCCC;
}
a:visited {
       
		color: #000000; 
        text-decoration: underline;
}

a:current {
        font-weight:normal;
		color: #0FF000; 
 
}
.background {
        background-image:
        url('background.jpg');
	background-position: left top;
	        background-attachment: fixed;
        height: 100%;
        background-color: #5077A2;
}

.header {
	position: absolute;
	top: 5px;
        height: 190px;
				left: 5px;
        width: 760px;
	text-align: center;
        background-color: #c6c6c6;
        border: 1px solid #000000;
        background-image:
        url('header.jpg');
	background-position: left top;
	background-repeat: no-repeat
	

}

.navbar {
	position: absolute;
	top: 200px;
        width: 760px;
	text-align: center;
	height: 35px;
        background-color: #4C5F77;
		left: 5px;
        border: 1px solid #000000;
        font-family: Arial;
        color: #FFFFFF;
		font-size: 15px;
		vertical-align: middle
}
.main {
	position: absolute;
	top: 240px;
        width: 760px;
		left: 5px;
        background-color: #e8e8e8;
		text-align: justify;
		height: auto;
        border: 1px solid #000000;
        background-attachment: fixed;
		font-family: Arial;
        font-size: 10px;
        color: #333333;		
}


.copyright {
	    text-align: center;
        font-family: Century Gothic;
        font-size: 12px;
        color: #777777;
}

.title {
text-align: center;
        font-family: Century Gothic;
        font-size: 24px;
      //  color: #777777;
}


.label {
text-align: center;
        font-family: Arial;
        font-size: 15px;
      //  color: #777777;
}

.footer {
text-align: center;
        font-family: Arial;
        font-size: 15px;
      //  color: #333333;
}