body {
	font-family: Cochin, "Times New Roman";
	font-size: 13px;
	color: #3D362E;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(images/bg.jpg);
}
td {
	font-family: Cochin, "Times New Roman";
	font-size: 13px;
	color: #38312B;
	text-align: left;
}
.left_text {
	font-family: Cochin, "Times New Roman";
	font-size: 13px;
	color: #990000;
	text-align: left;
}
a:link {
	font-family: Cochin, "Times New Roman";
	font-size: 14px;
	color: #38312B;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
}
a:visited {
	font-family: Cochin, "Times New Roman";
	font-size: 14px;
	color: #38312B;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
}
a:active {
	font-family: Cochin, "Times New Roman";
	font-size: 14px;
	color: #38312B;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
}
a:hover {
	font-family: Cochin, "Times New Roman";
	font-size: 14px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
}
.buttonize {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#link {
	font-variant: normal;
	font-size: 95%;
}
.theme-default .nivo-controlNav {
	margin-left: -40px !important;
}

a.button {
	color: rgb(255, 255, 255);
	font-size: 15px;
	padding: 11px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 13.378378378378379px;
	-moz-border-radius: 13.378378378378379px;
	border-radius: 13.378378378378379px;
	background: rgb(255, 123, 65);
	background: -moz-linear-gradient(90deg, rgb(255, 123, 65) 30%, rgb(250, 173, 20) 70%);
	background: -webkit-linear-gradient(90deg, rgb(255, 123, 65) 30%, rgb(250, 173, 20) 70%);
	background: -o-linear-gradient(90deg, rgb(255, 123, 65) 30%, rgb(250, 173, 20) 70%);
	background: -ms-linear-gradient(90deg, rgb(255, 123, 65) 30%, rgb(250, 173, 20) 70%);
	background: linear-gradient(0deg, rgb(255, 123, 65) 30%, rgb(250, 173, 20) 70%);
	-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.75);
	text-decoration: none;
}