@charset "utf-8";
/* CSS Document */


body {
	background-color::#EAEAEA
	/* for pull-down menu to work in IE6*/
	behavior:url("csshover2.htc");
}

h1 {
	font-family: Arial, sans-serif;
	font-size:x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF8080;
	text-decoration: none;
	padding-bottom: 25px;
}
h2 {
	font-family: Arial, sans-serif;
	font-size:large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF8080;
	text-decoration: none;
	padding-bottom: 10px;	
}

h3 {
	font-family: Arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF8080;
	padding-bottom: 5px;	
	}

h4 {
	font-family: Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FF8080;
	padding-bottom: 5px;	
}


p, ul, li {
	font-family: Garamond;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color:black;
}

.caption {
	font-family: Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #black;
	padding-bottom: 5px;	
	
}

.hyperlink {
	font-family: Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#0099CC;
	padding-bottom: 5px;	
	
}

a:hover {
	color: #FF8080;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #FF8080;
}

.dropdown-menu > li > a {
	color: black;
	font-family: Arial, sans-serif;
	font-size: small;
}

.active  {
	font-size:larger;
}


.nav-tabs > li > a {
	color: black;
	font-family: Arial, sans-serif;
	font-size: small;
}

.nav-tabs > li> a:hover{
	color: #FF8080;
}

.nav-tabs > li.active > a {
	color: #FF8080;
}

.thumbnail {
	border: 0;
}

.caret {
	width: 6px;
}

