BODY {
	background: #FFFFFF url(images/bg.gif) repeat-x;
}
td {  
	font: 11px Tahoma, Arial; 
	color: #747877;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

.whitetext {
	color: #ffffff;
}
.blacktext {
	color: #14242E;
}
.greytext {
	color: #747877;
}
.blue-text {
	color: #4e68bc;
}
.yellowtext {
	color: #FFF99D;
}
.orangetext {
	color: #ed962d;
}
.rosetext {
	color: #D6738F;
}
.bluetext {
	color: #389FFF;
}

}
.footerlink {
	color: #ffffff;
}

p {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	color: #2F2F2F;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
.px11 {
	font: normal 11px Tahoma, Arial;
}


a.whitelink {
	font: normal 11px Tahoma, Arial;
	color: #ffffff;
	text-decoration: underline;
}
a.whitelink:hover {
	text-decoration: none;	
}
a.blacklink {
	font: normal 11px Tahoma, Arial;
	color: #212B35;
	text-decoration: underline;
}
a.blacklink:hover {
	text-decoration:none;	
}

a.bluelink {
	color: #389FFF;
	text-decoration: underline;	
}
a.bluelink:hover {
	text-decoration: none;	
}

a.orangelink {
	color: #ed962d;
	font: normal 11px Tahoma, Arial;
}
a.orangelink:hover {
	text-decoration: underline;	
}
a.greenlink {
	color: #6DA700;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.greenlink:hover {
	text-decoration: none;	
}
a.roselink {
	color: #D6738F;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.roselink:hover {
	text-decoration: none;	
}
a.yellowlink {
	color: #FFF99D;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.yellowlink:hover {
	text-decoration: none;	
}

a.footerlink {
text-decoration:underline;
}
a.footerlink:hover{
color:4e68bc;
background:#FFFFFF;
text-decoration:none;
}

form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 100px;
	padding-right: 1px;
	font-weight: bold;
	color: #999;
}
input,
textarea{
	padding: 2px;
	font: 400 12px arial, sans-serif;
	background: #fafafa;
	border-width: 1px;
	border-style: solid;
	width:400px;
	border-color: #c0c0ba #f4f4ec #f4f4ec #c0c0ba;  
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #subject{
	width:400px;
}
#message{
	width:360px;
	height:150px;
}
input.button {
  padding: 1px 10px;

  font: bold 1em arial, sans-serif;
  cursor: pointer;

  color: #FFF;
  background-color: #0e7ec4;
  border-width: 1px;
  border-style: solid;
  border-color: #186825 #0e4d19 #0e4d19 #186825;
}

#submit {
	width: 101px;
	height: 30px;
	border: 0;
	cursor: pointer;
}
