/*
CSS 2.0  Created by Diptiman Singh (Dee Technologies)
Originally made for SMS
Dedicated to the mysterious lovely girl I saw in SMS pictures, if you know who she is, please drop me a line.
*/

body{
	margin-bottom: 0px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
}

a:link {
	color: #006699;
	text-decoration: underline;

}
a:hover {
	color: #FFB200;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}

textarea, input, select {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.tableDetail {
	font-size: 12px;
	font-family: Arial;
	text-align:justify;
	color: #49394E;
}
.text1 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.text1 a:visited{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.text1 a:link{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.text1 a:hover{
	text-decoration: none;
}

.text2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #CE9382;
}
.text3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #5E7B89;
}

.text3 a:visited{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #5E7B89;
	text-decoration: none;
}
.text3 a:link{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #5E7B89;
	text-decoration: none;
}

.text3 a:hover{

}

.frame {
	font-family: Verdana;
	font-size: 10px;
	color: #87D27F;
}
.text4 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #B76706;
}
.designed_by {
	font-family: Arial;
	font-size: 9.5px;
	font-weight: lighter;
	color: #FFFFFF;
}
.designed_by a:visited{
	font-family: Arial;
	font-size: 8.5px;
	font-weight: lighter;
	text-decoration: none;
	color: #663300;
}
.designed_by a:link{
	font-family: Arial;
	font-size: 8.5px;
	font-weight: lighter;
	text-decoration: none;
	color: #663300;
}
.designed_by a:hover{
	font-family: Arial;
	font-size: 8.5px;
	font-weight: lighter;
	text-decoration: none;
	color: #663300;
}

.text5 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #A7321A;
}
.text5 a:visited{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
.text5 a:link{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}

.text5 a:hover{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
.text6 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #6F1D00;
	text-decoration: underline;
}
.text7 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.topMenu {
  font-family: Arial;
  font-size: 13px; 
  background-color: #00923F;
  border-width: 3px;
  border-style: solid;
  border-color: #FFFFFF;
  cursor: hand;
  padding-left: 50px;
  letter-spacing: 0.11em;
  margin-left: 15px;  
  margin-right: 2px;
}

.submenu {
  font-family: Arial;
  font-size: 13px;  
  background-color: #00923F;
  border-width: 3px;
  border-style: solid;
  border-color: #FFFFFF;
  cursor: hand;
  padding-left: 50px;
  letter-spacing: 0.11em;
  margin-left: 15px;  
  margin-right: 2px;
}

.topItemNormal {
  font-family: Arial;
  font-size: 13px;  
  color: #FFFFFF;
  cursor: hand;
  padding-left: 50px;
  letter-spacing: 0.11em;
  margin-left: 15px;  
  margin-right: 2px;
}

.topItemOver {
  font-family: Arial;
  font-size: 13px;  
  color: #808000;
  cursor: hand;
  background-color: #FF80C0;
  padding-left: 50px;
  letter-spacing: 0.11em;
  margin-left: 15px;  
  margin-right: 2px;
}

.itemNormal {
  font-family: Arial;
  font-size: 13px;  
  color: #FFFFFF;
  cursor: hand;
  background-color: #FFFFFF;
  padding-left: 50px;
  letter-spacing: 0.11em;
  margin-left: 15px;  
  margin-right: 2px;
}

.itemOver {
  font-family: Arial;
  font-size: 13px;  
  color: #808000;
  cursor: hand;
  background-color: #FF80C0;
  padding-left: 50px;
  letter-spacing: 0.11em;
  margin-left: 15px;
  margin-right: 2px;
}
.imageFrame {
	border: 12px solid #FFFFFF;
	text-decoration: none;
	filter: Shadow(color:#000000,Strength=10, direction=135);
}

.heading {
  font-size:18px;
}
.heading h1 {
  font-size:18px;
}
/*
Just cannot get the shadow to come on.
Tried using dotted as border, the shadow comes but gets deleted soon.
*/
