.style111
{
	font-size:12px; 
	font:'Courier New', Courier, monospace;
	background:#082157; 
	color:#CCCCCC; 
	border:#FFFFFF; 
	border:thick; 
	height:20px; 
	width:80px; 
	cursor:pointer;
}
.lnk{
font-size:11px; color:#CCCCCC; text-decoration:none;
}
/* Header of a Block */
.block_header
{
    /*font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
	background:#FFFFFF;
	color:#FF6600;*/
	font-family:Arial, Helvetica, sans-serif; 
	font-size:17px;
	color:#D7D7D7;
	font-weight:bold;
}

/* Information Message */
.message_info
{
    font-size: 10pt;/* 8pt*/
   /* font-weight: bold;*/
/*    color: #0099FF;*/
    text-align: center;
}

/* Error Message */
.message_error
{
    font-size: 8pt;
    padding: 5px;
    font-weight: bold;
    color: red;
    text-align: center;
}

/* Action Link */
a.link_action
{
    font-size: 8pt;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
}

/* Big Action Link */
a.link_action_big
{
    font-size: 12pt;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;    
}

/* Item Link */
a.link_item
{
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

/* Description Link */
a.link_description
{
    font-size: 8pt;
    text-decoration: none;
}

/* Small Description Link */
a.link_description_small
{
    font-size: 7pt;
    text-decoration: none;
}

/* List Item */
.list
{
    font-size: 8pt;
	padding-bottom: 5px;
    padding-top: 2px;
    padding-left: 2px;
}

.form_field_title
{
	padding : 3px;
	font-weight : bold;
}

li.form_field_note
{
	margin-left: 15px; 
	padding-top: 3px;
	font-size: 8pt;
}

.star 
{
    color: #C4C04D;
    font-weight: bold;
}
