.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.georgiabrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#663333;
}

.georgiarust {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#993300;
}

.faceborder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	background-color: #2e3d65;
}
.face {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	background-color: #b6c3e5;
}
.btnbiggie {
font: 17px Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #0099CC;
padding: 3px 5px 3px 5px; 
border: 1px solid gray;
border-color:#CCCCCC #666666 #666666 #CCCCCC;
background-image:url(/images/cell-blue.gif);
line-height:32px;
text-decoration: none;
}

.btnblue {
font: 10px Verdana,Arial, sans-serif; 
padding: 0px 0px 0px 0px; 
border: 1px solid;
border-color:#CCCCCC #666666 #666666 #CCCCCC;
background-image:url(/images/cell-blue.gif);
line-height:12px;
}

A.plainlink:link {
	color: #000066;
	text-decoration: none;
}

A.plainlink:visited {
	color: #000066;
	text-decoration: none;
}

A.plainlink:active {
	color: #990000;
	text-decoration: none;
}

A.plainlink:hover {
	color: #990000;
	text-decoration: underline;
}

A.facelink:link {
	color: #6699CC;
	text-decoration: none;
}

A.facelink:visited {
	color: #6699CC;
	text-decoration: none;
}

A.facelink:active {
	color: Aqua;
}

A.facelink:hover {
	color: Aqua;
}

#shadow-container {
    position: relative;
	width:280px;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #CCE3EF;
        padding: 10px;
    }

