@import url(layout.css);

* {
    font-family:  "courier ce", "courier new", "courier new ce", courier, monospace !important;
    font-size: 9pt;
}

body {
    /*font-family: "courier new ce", "courier ce", "courier new", courier, monospace !important;*/
    font-family:  "courier ce", "courier new", "courier new ce", courier, monospace !important;
    font-size: 9pt;
    /*letter-spacing: 75%;*/
    background-image: url("../img/bg3.png");
    letter-spacing: 0.5px;
}

h1 {
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h2 {
    font-size: 10pt;
    font-weight: normal;
}

h3 {
    font-size: 9pt;
    font-weight: bold;
}

h4 {
    font-size: 8pt;
    font-weight: bold;
}

h5 {
    font-size: 8pt;
    font-weight: bold;
}

h6 {
    font-size: 8pt;
    font-weight: bold;
}

.sub-h1-info {
    margin-bottom: 10pt;
}

p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.block-content-wrp p {
    line-height: 10pt;
    margin: 1px 0 10pt 0;
}

.no-p-margin p {
    margin: 0px 0px 0px 0px;
}

img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border 0px;
}

a:link {
    color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: white;
	/*background-color: black;
	/*text-decoration: underline;*/
}

.img-gallery {
    /*cursor: pointer;*/
}

.photo-element {
    cursor: pointer;
}

.errornote {
  color: white;
}

a img {
    border: none;
}

.sub-h1-info {
    margin-top: 2px;
    color: #555;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.error {
    color: red;
}

.errorlist {
    background-color: red;
}

.aligned label {
    float: left;
    width: 130px;
}

input,
textarea {
    border: 1px solid #CCCCCC;
}

textarea {
    width: 385px;
    height: 100px;
}

.bigger textarea {
    height: 300px;
}

.text-right {
    text-align: right;
}
