.color1{
  color:#425273;
}
.color2{
  color:#000;
}
.color3{
  color:green;
}
.font1{
  font-family: arial;
}
.font2 {
  font-family: Verdana;
}
.font3 {
  font-family: Sans-serif;
}
.bg2 {
 background:#000;
}
.bg1 {
 background:#FFF;
}
.bg1 {
 background:#FFF;
}
/* Links
----------------------------------------------- */

a, a:link, a:active, a:visited {
 font-weight: bold;
 color: #213029;
}
a:hover {
  color: #A8B86F;
}
.link2 a, .link2 a:link, .link2 a:active, .link2 a:visited {
 font-weight: bold;
 color: #FF0000;
}
.link2 a:hover {
  color: #E76301;
}
.link3 a, .link3 a:link, .link3 a:active, .link3 a:visited {
 font-weight: bold;
 color: #FF0000;
}
.link3 a:hover {
  color: #E76301;
}

/* H tag
 font-size: 22px;
 font-family: tahoma, helvetica;
 font-weight: normal;
 margin: 0 0 5px 0;
 padding: 0;
----------------------------------------------- */

h1 {
 font-size: 28px;
 font-family: "Times New Roman";
 background:#FFF url("images/h1_bg.png") no-repeat left top;
 height:50px;
 margin: 10px 0;
 font-weight:normal;
 padding-left:30px;
 color:#213029;
 overflow:hidden;
 line-height:36px;
}
h2 {
 font-size: 30px;
 font-family: "Times New Roman";
 background: url("images/h1_bg.png") no-repeat left top;
 margin: 10px 0;
 font-weight:normal;
 padding-left:30px;
 color:#213029;
 overflow:hidden;
 padding-bottom:7px;
 line-height:44px;
}
h3 {
 font-size: 28px;
 font-family: "Times New Roman";
 background:#FFF url("images/h2_bg.jpg") no-repeat left top;
 margin: 10px 0;
 font-weight:normal;
 padding-left:30px;
 color:#213029;
 overflow:hidden;
 padding-bottom:7px;
 line-height:44px;
}
h4 {
 font-size: 18px;
 font-weight:bold;
 color:black;
 margin-left:-10px;
 margin-top:10px;
}
h5 {
 font-size: 10px;
}
h6 {
 font-size: 14px;
}


/* Borders
----------------------------------------------- */

.border1 {
    border: 1px solid black;
}
.border2 {
    border: 1px solid black;
}
.b-top {
  border-top: 1px solid black;
}
.b-right {
  border-right: 1px solid black;
}
.b-bottom {
  border-bottom: 1px solid black;
}
.b-left {
  border-left: 1px solid black;
}

/* Form Elements
----------------------------------------------- */

form {
 margin: 0 auto;
 padding: 0;
}

input, select, textarea {
 border: 1px solid #D9D9D9;
 background: #F8F8F8;
}

.button {
 border: 1px solid #E4E9D2;
 background: #A8B86F;
 color: #354334;
 font-weight:bold;
 height:22px;
 font-size:14px;
 line-height:14px;
 font-family: "Times New Roman";
}

/* Page Elements
----------------------------------------------- */

ol, ul, li {}



strong { font-weight:bold;}
