body {
	margin: 0px;
	padding: 0px;
	background-color: #506473;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;

	padding:0px;
	margin:0px;
	padding-bottom: 7px;
	padding-top:4px;
	line-height: 16px;

}

.divp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: yellow;

	padding:0px;
	margin:0px;
	padding-bottom: 7px;
	padding-top:4px;
	line-height: 16px;

}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

a {
	color: #FFB050;
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: none;
}

a.body:hover {
	color: #FFB050;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EFEFEF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #EFEFEF;
}

.changeP{
	color: #FFFFFF;
	border: 2px solid #CC6633;
	width: 150px;
	background-color: #CC6633;
	padding:10px;
	line-height:1.4em;
}

div.rounded-box-top {
    font-family: Arial; font-style : normal ;font-size : 15pt; font-weight :normal;
    position:relative;
    width: 100%;
    background-color: #45545f;
    margin: 3px;
}

div.rounded-box-main {
    font-family: Arial; font-style : normal ;font-size : 10pt; font-weight :normal;
    position:relative;
    width: 100%;
    height:80%;
    background-color: #45545f;
    margin: 3px;
}

div.rounded-box-menu {
    font-family: Arial; font-style : normal ;font-size : 10pt; font-weight :normal;
    position:relative;
    width: 100%;
    height:80%;
    background-color: #45545f;
    margin: 3px;
}

div.rounded-box-bottom {
    font-family: Arial; font-style : normal ;font-size : 10pt; font-weight :normal;
    position:relative;
    width: 100%;
    height:80%;
    background-color: #45545f;
    margin: 3px;
}

div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner {
    position:absolute;
    width:20px;
    height:20px;
    background-color:#506473;
    overflow:hidden;
}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {
    position:relative; 
    font-size:150px; 
    font-family:arial; 
    color:#45545f; 
    line-height: 40px;
}


div.top-left-corner { 
    top:0px; 
    left:0px; 
}

div.bottom-left-corner {
    bottom:0px; 
    left:0px;
}

div.top-right-corner {
    top:0px;
    right:0px;
}

div.bottom-right-corner {
    bottom: 0px; 
    right:0px;
}

div.top-left-inside {
    left:-8px;
}

div.bottom-left-inside {
    left:-8px;
    top:-17px;
}

div.top-right-inside {
    left:-25px;
}

div.bottom-right-inside {
    left:-25px; 
    top:-17px;
}

div.box-contents {
    position: relative;
    height:100%;
    padding: 8px;
    color:#000000;
}
