@CHARSET "ISO-8859-1";

html {margin:0; height:100%;}
body {margin:0;}
img {border:none;}

.menu {
background:url(images/menubg.jpg) repeat-x;
text-align:center;
font-family:Arial;
color:white;
font-size:16px;
cursor:pointer;
}

.menuover {
background:url(images/menubgover.jpg) repeat-x;
text-align:center;
font-family:Arial;
color:white;
font-size:16px;
cursor:pointer;
}

.phone {
background:url(images/phonebg.jpg) no-repeat;
width:263px;
text-align:center;
font-family:Arial;
color:white;
font-size:16px;
}

.menulink {
text-decoration:none;
color:white;
text-align:center;
font-family:Arial;
font-size:16px;
}


a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}
h1 {
color:white;
text-align:center;
font-family:Arial;
font-size:56px;
font-weight:normal;
margin-bottom:0;
}

h3 {

color:red;
text-align:center;
font-family:Arial;
font-size:18px;
font-weight:bold;
margin-top:0;
}

h4 {

color:#2ca8ff;
text-align:center;
font-family:Arial;
font-size:16px;
font-weight:bold;
margin-bottom:0;
}

h2 {

color:white;
text-align:center;
font-family:Arial;
font-size:22px;
font-weight:bold;
margin-bottom:0;
}

p, ul, li {
	font-family:Arial;
	font-size:12px;
	color:#034b7e;
	text-align:justify;
}

.dyk {
	font-family:Arial;
	font-size:12px;
	color:white;
	text-align:justify;
	margin-left:60px;
	margin-right:60px;
}

.phoneno {
	font-family:Arial;
	font-size:40px;
	color:#1197db;
	text-align:justify;
	margin-left:100px;
}


ul {
	list-style-type: square;
}

.contacttext {
font-family:Verdana;
color:#0B95FF;
font-size:10px;
}

.inputline {
width:390px;
height:20px;
background:url(images/inputbackground.jpg) repeat-x bottom;
border:1px solid #B3B3B3; 
font-family:Verdana;
color:#666666;
font-size:12px;
}

.message {
background-color:#FFFFFF;
border:1px solid #B3B3B3;
width:390px;
height:167px;
overflow:auto;
font-family:Verdana;
color:#666666;
font-size:12px;
}

.reset {
font-family:Verdana;
color:#0B95FF;
font-size:10px;
border:0;
background-color:#FFFFFF;
cursor:pointer;
}