@charset "utf-8";
/* CSS Document */
/* Michael S. */

body {
	color: #333333;
	margin: 0;
	background:url(../images/bg-body.gif) #ffffff repeat-x;
}
td {
	color: #000000;
	font-family: arial;
	font-size: 13px;
}

a {
	color: #1E5DA0;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
	text-decoration:underline;
}

h1 {
	margin:0;
	font-size:18px;
	color:#1e5da0;
}

a img {
	border:0;
}

/*MENU START ********************************************************/

#menu {
 /* set width of menu */
background: #eee;
vertical-align: middle;

} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#menu li a { /* remove bullets and list indents */
margin: 0;
vertical-align: middle;
padding-top:5px;
}
/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
text-align:center;
width:187px;
height:35px;
text-transform: uppercase;
vertical-align:middle;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: url(../images/bg-menu-hover.gif) center no-repeat;
text-decoration: none;
vertical-align: text-bottom;

}

#menu a:hover {
color: #a00;
background: url(../images/bg-menu.gif) center no-repeat;
}


/*MENU END ********************************************************/

#copyright {
	color: #888e95;
	font-size:11px;
	float:left;
	padding:10px;
}
#footer {
	color: #4b4b4b;
	font-size:11px;
	padding-right:18px;
}
#footer a {
	color: #df5f06;
	font-size:11px;
	text-decoration:none;

}

#footer a:hover {
	color: #003399;
	text-decoration: underline;
}
input,textarea, select {
	border: 1px solid #C2C5CA;
	font-size:15px;
	overflow:auto;
	background-color: #EDF5FA;

}

.padding1 {
	padding:0px 30px;
}
.padding2 {
	padding:0px 40px;
}
.padding3 {
	padding:10px 7px;
}
.title1 {
	color: #0066FF;
	margin: 0;
}
.title2{
	color: #ffffff;
	margin: 0;
	font-size:13px;
	font-weight:bold;
}
.title3 {
	color: #7ccaf9;
	margin: 0;
	font-weight:bold;
	font-size:12px;
}
.title4 {
	color: #ffffff;
	margin: 0;
	font-size:15px;
	font-weight:bold;
}

.title5 {
	color: #ffffff;
	font-size:11px;
}
.title6 {
	color: #ffffff;
	font-size:18px;
}

.title7 {
	color: #990033;
	font-size:16px;
	font-weight:bold;
}


