@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin:20px;
	}
	
.bkgroundBar {
	background-color: #0033FF;
	padding-right:40px;
	
	 border-radius: 25px;

}
#rcorners1 {
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
}

#rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
}

#rcorners3 {
    border-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    width: 200px;
    height: 150px;
} 
/* Style The Dropdown Button */
.dropbtn {
	background-color: #0033FF;
	color: white;
	width: 130px;
	padding: 10px;
	font-size: 12px;
	border: none;
	cursor: pointer;
}

.dropbtnH {
	/*background-color: #0033FF;
	color: white;
	width: 70px;
	padding: 10px;
	font-size: 12px;
	border: none;
	cursor: pointer;
*/
}
.dropbtnH  a {
	color: white;
	text-decoration: none;
	display: block;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 170px;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 5px 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #BDFBBE;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #009900;

}
.margin1 {
margin-left: 20px;


}
.margin2 {
	margin-left:0px;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
</style>

<!--Little CSS fade in -->
<style>
.fadeIn{
  -webkit-animation: fade-in 2s ease;
  -moz-animation: fade-in ease-in-out 2s both;
  -ms-animation: fade-in ease-in-out 2s both;
  -o-animation: fade-in ease-in-out 2s both;
  animation: fade-in 2s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in{0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@-o-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@keyframes fade-in{0%{opacity:0} 100%{opacity:1}}


.mTitle{
padding-top: 20px;
font-weight:bold;
font-size:15px;
/*Title*/
}
.mDate{
	padding-top: 10px;
	font-weight:bold;
	font-size:13px;
	color:#0000FF;/*Title*/
}
.padding6{
padding-top: 6px;
font-weight:bold;
font-size:13px;

}

#tinyFont{
font-size:9px;
}