.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: #0000FF;
}
a:hover {
 	text-decoration:underline;
}
.link2 a, .link2 a:link, .link2 a:active, .link2 a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}
.link2 a:hover {
 	text-decoration:underline;
}
.link3 a, .link3 a:link, .link3 a:active, .link3 a:visited {
	font-weight: normal;
	color: #be7105;
}
.link3 a:hover {
 	text-decoration:underline;
}
	
/* H tag
	font-size: 22px;
	font-family: tahoma, helvetica;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
----------------------------------------------- */

h1 {
	font-size: 22px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}


/* 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 #000;
	background: #F8F8F8;
}

.button input {
	border: 1px solid black;
	background: #5175B3;
	color: #fff;
}

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

ol, ul, li {}

p {}
