/* style sheet for index and contact page */

body {
	margin-left: 0;
	margin-top : 0;
	bottom : auto;
	right : auto;
	left : auto;
	top : 0;
	width : auto;
	height : auto;
	font: 16px 'Times New Roman', Serif; 
	color: #000;
	background-color: #ffc;
}

h1 {
	font : 46px 'Times New Roman', Serif; 
	font-style: italic;
	font-weight: bold;
	color : #000;
	background-color: #ffc;
}
 
h2 {
	font : 38px 'Times New Roman', Serif; 
	font-weight: bold;
	color : #000;
	background-color: #ffc;
}
 
h3 {
	font : 32px 'Times New Roman', Serif;
	font-style: italic;
	font-weight: bold; 
	color : #36f;
	background-color: #ffc;
} 

h4 {
	font : 24px 'Times New Roman', Serif; 
	font-style: italic;
	font-weight: bold; 
	color : #36f;
	background-color: #ffc;
}

h5 {
	font : 18px 'Times New Roman', Serif; 
	font-style: italic;
	font-weight: bold; 
	color : #000;
	background-color: #ffc;
}

li {
	font : 22px 'Times New Roman', Serif;
	font-style: italic;
	font-weight: bold; 
	color : #36f;
	background-color: #ffc;
}

iframe {
	background-color: #fff;
	margin-left: auto;
	margin-top : auto;
	top : auto;
	width : 80pt;
	height : 35pt;
	font : 10px 'Times New Roman', Serif;
	font-weight: bold;
	text-align: center;
	color: #000;
}

	td.spec {
		font : 18px 'Times New Roman', Serif; 
		font-style: italic;
		font-weight: bold;
		text-align: center; 
		color : #000;
		border: 2px inset #36f;
		background: url(images/logo3.jpg);
		background-repeat: no-repeat;
		background-color: #fff;
		
	}

	.Lable {
		color : #36f;
		background-color: #ffc; 
		font-size : 12px; 
		font-family : 'Times New Roman', Serif; 
		font-weight : 600; 
		text-decoration : none;
	} 

	.sign {
       		color : #000;
		background-color: #ffc;
		font-size : 11px; 
		font-family : 'Times New Roman', Serif; 
		font-weight : 400;
	}

	.mail {
		
		color: #36f;
		background-color: #ffc;
		font-size : 18px;
		font-family: 'Times New Roman', Serif;
		font-style: italic;
		font-weight: bold;

	}  

	#element1 {
		position: absolute;
		z-index: 0;
		top: 0px;
		left: 140px;
	}

	a:link {color: #36f;
		background-color: #ffc;
		text-decoration: none;
	}
	a:visited {color: #39f;
		background-color: #ffc;
		text-decoration: none;
	}
	a:hover	{color: #f00;
		background-color: #ffc;
		text-decoration: none;
	}