* {
    font-family: Comic Sans MS;
}

body {
    background-color: #fffff0;
    background-image: url('/images/paper.gif');
}

#bd {
    font-size: 120%;
}

h1, h2, h3 {
    color: #009a9c;
}

.standard_border {
	background-color:#fffff0;
	margin:5px;
	padding:5px;
	border:1px solid #009a9c;
}

table {
    border: 0px;
    border-collapse: collapse;
    width: 700px;
}

th, td {
    vertical-align: top;
    white-space: nowrap;
    border-style: solid;
    border-color: #009a9c;
    border-width: 1px;
    padding: 4px;
}

th {
    color: #ffffff;
    background-color: #009a9c;
    border-color: #000000;
}

input.field {
    width: 98%;
}

select.field {
    width: 98%;
}

textarea {
    font-size: 14px;
    text-align: left;
    color: black;
    width: 98%;
    height: 100px;
}

hr {
    color: #009a9c;
    background-color: #009a9c;
    height: 5px;
}

event {
    color: red;
}

.event {
    color: red;
}

a {
    color: #009a9c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.bd {
  background-color: #009a9c;
}

.yuimenuitemlabel, .yuimenubaritemlabel {
    font-size: 120%;
}

.yuimenubaritemlabel {
	font-weight: bold;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel, 
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
    background-color: #009a9c;
    color: #fffff0;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected,
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-selected {
    background-color: #fffff0;
    color: #009a9c;
}

.yui-skin-sam .yuimenubaritem .yuimenuitemlabel {
	color: #009a9c;
    background: none;
}

.yui-skin-sam .yuimenubaritem .yuimenuitem {
    background-color: #fffff0;
}

.yui-skin-sam .yuimenubaritem .yuimenuitemlabel-selected {
	color: #fffff0;
    background: none;
}

.yui-skin-sam .yuimenubaritem .yuimenuitem-selected {
    background-color: #009a9c;
}