/* CSS Stylesheet for Baig and Associates */

body {
	background-color: white;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 1px;
}

a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: underline;
}

.text {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding: 2px;
}

.header {
	color: #095cc2;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #095cc2
}

a.header1 {
	color: #095cc2;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #095cc2
}

a.header1:hover {
	color: red;
	text-decoration: underline;
}

.header2 {
	color: #095cc2;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: large;
	background-color: white;
	font-weight:bold;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.header3 {
	color: #095cc2;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: x-large;
	font-weight:bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-align: center;
}

.header4 {
	color:#1C5AA5;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	background-color:#E0EBF9;
	font-weight:bold;
	text-indent: 4px;
	padding: 1px;	
}

.box{
	color: #095cc2;
	background-color: white;
	border: 1px solid #666666;
	width: 200px;
}

.smallbox{
	color: #095cc2;
	background-color: white;
	border: 1px solid #666666;
	width: 80px;
}