BODY
{
	background-color:#E7F1F0;
    COLOR: #333366;
    FONT-FAMILY: 'Times New Roman'
                 
}
H1
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H2
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H3
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H4
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H5
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H6
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
TH {
 color: #6060cc
}

.RegistrationFieldSet {
size:300px;
font-weight: bold;
font-size: 14px;

}
.RegistrationTableCellStyle {
font-weight: bold;
font-size: 14px;
height: 12px;
}

.RegistrationTableCellStyleLong{
font-weight: bold;
font-size: 14px;
width: 120px;

}

.AMONButton
{
	border:0px;
	cursor:pointer;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	text-align:center;
	vertical-align:middle;
	text-transform: uppercase;
	color: black;
	background-image: url("../images/button.gif");
	width: 134px;
	height:22px;
	
} 
.PopupWarning
{
 width: 200px;
 height: 50px;
 z-index: 2;
 vertical-align: bottom;
 text-align: center;
 background-color: #FECE66;
 color: black;
 font-weight: bold;
 font-size: larger;
 border: 2;
 border-color: red;
 border-style: inset;
}
.JournalTableStyle{
width: 800px;
}

.TableHeaderStyle{
border: thin;
border-style:groove;
border-color: black;
font-weight: bold;
font-size: 14px;
height: 12px;

}
.TableRowStyle{
border: thin;
border-style:ridge;
border-color: black;
font-size: 12px;
height: 12px;

}

.REGButtonSmall
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	width: 90px;
	height:15px;
	border:0px;
	background-color: #F3F2EC;
	background-image: url("../images/button_small.gif");
	text-decoration: none;
	color: black;
	text-align: center;
	cursor: pointer;
}
.REGButtonMini
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	width: 40px;
	height:15px;
	border:0px;
	background-color: #F3F2EC;
	background-image: url("../images/button_mini.gif");
	text-decoration: none;
	color: black;
	text-align: center;
	cursor: pointer;
}
.REGButtonLong
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	width: 150px;
	height:23px;
	border:0px;
	background-color: #F3F2EC;
	background-image: url("../images/button_long.gif");
	text-decoration: none;
	color: black;
	text-align: center;
	cursor: pointer;
}


