/* CSS Document */
body {background-color: #EEEEEE}


.center {font-family: Verdana;

			color: black;

			font-size: 15px;

			text-align:center ;
			
			 font-weight:bold;
			 }
.antique a {font-family: Arial;

			color: black;

			font-size: 8px;

		    text-decoration: none;
			}

.menutop a {

			font-family: Arial;

			color: black;

			font-size: 13px;

			font-weight: bold;

			text-decoration: none;

			}



	.menutop a:hover {

			color: white;

			}
			
.menuleft a {

			font-family: Arial;

			color: blue;

			font-size: 15px;

			text-decoration: underline

			}



.menuleft a:hover {

			color: #ff0000;
			
						}
.menuleft a:visited {

			color: blue;
			
						}
.text {

			font-family: Verdana;

			color: black;

			font-size: 13px;

			text-align: justify;

			}
.text a {

			font-family: Arial;

			color: #0000ff;

			font-weight: bold;

			text-decoration: none;

			}
			
.text a:hover {

			text-decoration: underline;
			color: #0000FF;

			}
			
.text a:visited { color: #0000ff;

						}
.padding-5{padding:5px}

.padding-right5 {padding-right:5px}

.padding-left5{padding-left:5px}