@charset "utf-8";
/* CSS Document */

  @font-face {
    font-family: "MyCustomFont";
    src: url("CaeciliaLTStd-Bold.eot"); /* works for IEs (IE 6+) */
    src: local('MyCustomFont'), url('CaeciliaLTStd-Bold.ttf') format('truetype');
        /* Works for FireFox, Google Chrome, Safari and Opera */
  }
  *{
	font-family: "MyCustomFont", Verdana, Tahoma;
	font-size:small;
  }

body {
	background-color: #898989;
	background-image: url(images/img_diag_bckgrnd.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #262626;
	font-style: italic;
}
a {
	font-size: small;
	color: #d35c2b;
}
a:visited {
	color: d35c2b;
}
a:hover {
	color: #333;
}
a:active {
	color: d35c2b;
}
h1 {
	font-size: large;
	color: 921c1c;
}
Source: http://designmodo.com/custom-web-fonts-fontface/#ixzz1VB4Bp9Nx
.title {
	color: #ab1516;
}
.title {
	color: #ab1516;
	font-weight: bold;
	font-style: italic;
}
.description {
	font-size: 11px;
	font-style: italic;
}
.sideorder {
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	font-size: small;
}
