body {
	margin: 5px;
	background-image:url('images/bg-main.jpg');

}
h1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;

}
p {
	font-family: Tahoma;
	font-size: 11px;
}
table {
	font-family: Tahoma;
	font-size: 11px;
}
.forms {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	font-family: Tahoma;
	color: #284A78;
	text-decoration: none;
	font-size: 11px;
}
input {
	font-family: Tahoma;
	font-size: 11px;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
}
h2 {
	font-family: Tahoma;
	color: #333333;
	font-size: 12px;
	font-weight: bolder;
}
select {
	font-family: Tahoma;
	font-size: 11px;
}
a:visited {
	color: #284A78;
	text-decoration: none;
	font-size: 11px;

}
a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-size: 11px;


}
form {
	margin: 0px;
}
#td-header {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
	background-image:url('images/td-gray.jpg');
	background-position:center;	
 }
 #td-form {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color:#EEEEEE;
 }
 #td-form-wh {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
 }
 #td-main {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #323137;
	background-color:#FFF6E5;
 }
 .nav {
	font-size: 11px;
	font-weight: bold;
}
.nav a:link {
	color: #3D4341;
	font-size: 11px;
	font-weight: bold;
}
.nav a:visited {
	color: #3D4341;
	font-size: 11px;
	font-weight: bold;
}
.nav a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	color: #666666;
}
.style2 {
	font-size: 15px;
	font-weight: bold;
}
.style1 {
    color: #3D4341;
	font-size: 20px;
	font-weight: bold;
}
.style1 a:link {
	color: #3D4341;
	font-size: 20px;
	font-weight: bold;
}
.style1 a:visited {
	color: #3D4341;
	font-size: 20px;
	font-weight: bold;
}
.style1 a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
}
.clicktoview{
	color: #8C9E48
}
.azrr_title{	/* Styling question */
	/* Start layout CSS */
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:4px;
	padding-top:2px;
	background-image:url('images/td-gray.jpg');
	background-position:center;	
	height:18px;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}
.azrr_details{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:100%;
	border: 1px solid #CCCCCC;
	background-color:#EEEEEE;
	font-family: Tahoma;
	font-size: 14px;
	padding: 2px;/*Pads each table cell in modern browsers*/
	list-style-image:url(images/li.gif);
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	padding-bottom: 4px;
}
.azrr_details_content{	/* Content that is slided down */
	font-size: 14px;	
	position:relative;
} 
#tabledetails{
    border: 1px solid #CCCCCC;
	background-color:#EEEEEE;
	font-family: Tahoma;
	font-size: 14px;
	padding: 2px;
	}
.alert {
	color: #CC0000;
	}