/* For Input Text Fields, Text Area, and Select Drop Down Menu */
body {
margin: 0px;

background-color: #111112;
}

a:link { text-decoration : none; color : #2293d4; border: 0px;} 
a:active { text-decoration : underline; color : #2293d4; border: 0px;} 
a:visited { text-decoration : none; color : #2293d4; border: 0px;} 
a:hover { text-decoration : underline; color : #006699; border: 0px;}

td {
  font-size: 10pt;
  font-family: sans-serif;
}


.button {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	border: 1px ridge #ffffff;


}
.input {

	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #A4A4A4;
	font-weight: bold;

}

/* For all kind of texts */
p {
	color : #474A4D;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 11px;
	text-decoration: none;
	font-family : Tahoma,Verdana,Arial;
}

p a:hover {
	color : #474A4D;
		text-decoration: underline;
}

.txt-white-small {
	color : #ffffff;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 11px;
	font-family :Tahoma,Verdana;
	font-weight: normal;
}
.txt-white-small a {
	color : #ffffff;
	text-decoration: none;
}
.txt-white-small a:hover {
	color : #ffffff;
		text-decoration: underline;
		
}

.txt-white-large {
	color : #ffffff;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 14px;
	font-family :Tahoma,Verdana;
	font-weight: normal;
}
.txt-white-large a {
	color : #ffffff;
	text-decoration: none;
}
.txt-white-large a:hover {
	color : #ffffff;
		text-decoration: underline;
		
}


.txt-blue-light {
	color : #5EC1F1;
	margin: 5px;
	font-size : 11px;
	font-family :Tahoma,Verdana;
	font-weight: bold;
	}


.txt-blue-light a {
	color : #5EC1F1;
	text-decoration: none;
	font-weight: bold;
	}
.txt-blue-light a:hover {
	color : #5EC1F1;
	text-decoration: underline;
	font-weight: bold;
	}
.txt-blue-bold {
	color : #0088CA;
	margin: 5px;
	font-size : 11px;
	font-family :Tahoma,Verdana;
	font-weight: bold;
	}
.txt-blue-bold a {
	color : #0088CA;
	text-decoration: none;
	font-weight: bold;
	}
.txt-blue-bold a:hover {
	color : #0088CA;
	text-decoration: underline;
	font-weight: bold;
	}
	
.txt-blue-heading {
	color : #0088CA;
	margin: 5px;
	font-size : 20px;
	font-family :Tahoma,Verdana;
	font-weight: bold;
	}
.txt-blue-heading a {
	color : #0088CA;
	text-decoration: none;
	font-weight: bold;
	}
.txt-blue-heading a:hover {
	color : #0088CA;
	text-decoration: underline;
	font-weight: bold;
	}
	
.txt-blue-large {
	color : #0088CA;
	margin: 5px;
	font-size : 16px;
	font-family :Tahoma,Verdana;
	font-weight: bold;
	}
.txt-blue-large a {
	color : #0088CA;
	text-decoration: none;
	font-weight: bold;
	}
.txt-blue-large a:hover {
	color : #0088CA;
	text-decoration: underline;
	font-weight: bold;
	}



