/* CSS Document */

body{
background-color:#000000;
background-image:url(images/bg.jpg); 
background-repeat:repeat-x;
}

.txt{
color:#FFFFFF;
font-family:tahoma, arial;
font-size:11px;
text-align:justify;
}

.txtBtm{
color:#FFFFFF;
font-family:tahoma, arial;
font-size:11px;
}

.readmore{
font-family:tahoma, arial;
font-size:12px;
color:#ff6000;
text-decoration:none;
}

.readmore:hover{
font-family:tahoma, arial;
font-size:12px;
color:#ff6000;
text-decoration:underline;
}

.bordr{
border:solid 1px #666666;
}

.CEOname{
font-family:tahoma, arial;
font-size:11px;
color:#ff6000;
}

h1{
margin:0;
padding:0;
font-family:tahoma, arial;
font-size:12px;
color:#ff0000;
font-weight:bold;
}

h2{
margin:0;
padding:0;
font-family:tahoma, arial;
font-size:16px;
color:#ff6000;
font-weight:bold;
}

.txtField{
border:none;
background:none;
height:21px;
font-family:tahoma, arial;
font-size:11px;
color:#CCCCCC;
}

.txtArea{
border:none;
background:none;
height:80px;
font-family:tahoma, arial;
font-size:11px;
color:#CCCCCC;
overflow:hidden;
}


.mail{
font-family:tahoma, arial;
font-size:11px;
color:#fff;
text-decoration:none;
}

.mail:hover{
font-family:tahoma, arial;
font-size:11px;
color:#fff;
text-decoration:underline;
}

.btn{
border:none;
padding-right:20px;
background-image:url(images/submit.jpg);
color:#fff;
width:67px;
height:20px
}
