/* Default CSS Stylesheet for a new Web Application project */
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
.TopText
{
	 color :#666666;
	 font-family : Verdana, Arial, "Courier New", "Times New Roman";
	 font-size : 11px;
}

.TextboxCss
{
	 color :Black;
	 font-family : Verdana, Arial,Courier New, Times New Roman ;
	 font-size : 11px;
	 border : solid 1px #000000; 
}
.NormalText
{
	 color :#000000;
	 font-family : Verdana, Arial, "Courier New", "Times New Roman";
	 font-size : 11px;
	 padding-left: 5px;
}


.Button1Css
{
	background-color: #969696;
	border: solid 1px black;
	font-family : Verdana, Arial,Courier New, Times New Roman ;
	font-size : 11px;
}
.Button2Css
{
	background-color: #dddddd;
	border: solid 1px black;
	font-family : Verdana, Arial,Courier New, Times New Roman ;
	font-size : 11px;
}
.VardanaNoUnderLine
{
	 color :Black;
	 font-family : Verdana, Arial,Courier New, Times New Roman ;
	 text-decoration : underline none  ;
	 font-size : 12px;
	  
}

.Style {
	border: 1px solid #3E665D;
}
.messagetext {
	color :#FAEAD1;
	font-family : Verdana, Arial, "Courier New", "Times New Roman";
	font-size : 11px;
	padding-left: 5px;
	font-weight: bold;

}
.1messagetext {

	color :#E87717;
	font-family : Verdana, Arial, "Courier New", "Times New Roman";
	font-size : 11px;
	padding-left: 5px;
	font-weight: bolder;
}
.websiteText {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
.verdana12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D7075;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;

}
.LoginText
{
	 color :#6D7075;
	 font-family : Verdana, Arial, "Courier New", "Times New Roman";
	 font-size : 11px;
	 font-weight: bold;
}

.verdanaOrange12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DD7722;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;

}
.sitetext {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #505050;
	text-decoration: none;	
	padding-left: 5px;
}
.tableborder {
	border-top: 2px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}
