.color1{
 	color:#425273;}

.color2{
 	color:#000;}

.color3{
 	color:#FFFFFF;}

.text1{
 	font-family: Verdana; }

.font2 {
 	font-family: arial;}

.font3 {
 	font-family: Sans-serif;}

.default_width {
	width:850px; }

.default_half {
	width:425px; }

.default_third {
	width: 260px; }

.biggerfields {
	width:160px;
	height:15px;
}

/* Links
----------------------------------------------- */

a, a:link, a:active, a:visited {
	color: #484037;
	text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

.link1 a, .link1 a:link, .link1 a:active, .link1 a:visited {
	color: #142261;
	text-decoration:underline;
}

.link1 a:hover {
 	color: #797169;}

.link2 a, .link2 a:link, .link2 a:active, .link2 a:visited {
	color: #4C4E65;
}

.link2 a:hover {
 	color: #4C4E65;}

.link3 a, .link3 a:link, .link3 a:active, .link3 a:visited {
	color: #FFFFFF;
}

.link3 a:hover {
	text-decoration:underline;
}

.link4 a, .link4 a:link, .link4 a:active, .link4 a:visited {
	color: #142261;
	text-decoration:underline;
}


/* 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;}

/* H tag
----------------------------------------------- */

h1 {
	font-size: 24px;
	font-family: verdana, arial;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color:#FFF; }

h2 {
	padding:0px;
	margin:0px;
	font-size: 20px;
	font-family: verdana, arial;
	font-weight: bold;
	color: #4c4e65;
}

h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-weight: bold;
	color: #4C4E65;}

h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-weight: bold;}

h5 {
	font-size: 10px;
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-weight: bold;}

h6 {
	font-size: 8px;
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-weight: bold;}


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

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

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

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

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

ol, ul, li {}

p {}

