td {
	font-family: Trebuchet,Tahoma,Verdana,Geneva;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	padding: 4px 6px;
}

.smaller {
	font-family: Trebuchet,Tahoma,Verdana,Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #1263AD;
	text-decoration: none;
}

.login {
	border:#60255D solid 1px;
}

a {
	font-family: "Trebuchet MS,Tahoma,Verdana,Geneva";
	font-size: 16px;
	font-weight: bold;
	color:#60255D;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#60255D;
}

.title {
	font-family: Trebuchet,Tahoma,Verdana,Geneva;
	font-size: 24px;
	font-weight: bold;
	color:#2E3192;
	text-decoration: none;
}

.title1 {
	font-family: Trebuchet,Tahoma,Verdana,Geneva;
	font-size: 18px;
	font-weight: bold;
	color:#2E3192;
	text-decoration: none;
}

.menu {
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva;
	font-size: 16px;
	font-weight: bold;
	color:#002fa7;
	text-decoration: none;
	text-transform: uppercase;
}

.menu:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva;
	font-size: 16px;
	font-weight: bold;
	color:#002fa7;
	text-decoration: underline;
	text-transform: uppercase;
}

td.listheader, .event {
	font-family: Trebuchet,Tahoma,Verdana,Geneva;
	font-size: 12px;
	font-weight: bold;
	color:#FEC10E;
	text-decoration: none;
	
}

td.list  {
	font-family: Trebuchet,Tahoma,Verdana,Geneva;
	font-size: 12px;
	font-weight: none;
	color:#666666;
	text-decoration: none;
	
}

tr.red td.list{
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}
tr.red td.first{
	border-left: 1px solid red;
}
tr.red td.last{
	border-right: 1px solid red;
	
}
tr.red td.last a{
	font-weight: bold;

	
}


tr.green td {

color: green;

}

 a.list {
	font-family: Trebuchet,Tahoma,Verdana,Geneva;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.msg{
	font-size: 20px;
	/*color: #2E3192;*/
	
}
table.invoice_form select{
	height: 35px;
	font-size: 16px;
	width: 530px;
}
table.invoice_form td.input_text input{
	height: 35px;
	font-size: 15px;
	width: 530px;
}
table.invoice_form td textarea{
	height: 120px;
	font-size: 12px;
	width: 530px;
}