body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0983D2;
	color: #666666;
}

/* page border */
.topBorder {
	background-image: url(../images/border_top.gif);
	background-repeat: repeat-x;
}
.leftBorder {
	background-image: url(../images/border_left_03.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.rightBorder {
	background-image: url(../images/border_right_03.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* font */
.font09 { color: #999999; font-size: 9px; }
.blackFont11 { color: #000000; font-size: 11px; }
.greyFont11 { color: #666666; font-size: 11px; }
.greyFont10 { color: #666666; font-size: 10px; }
.redFont10 { color: #AD0000; font-size: 10px; }
.greenFont11 { color: #7E8F01; font-size: 11px; margin-top: 10px; padding-bottom: 2px;}
.whiteFont11 { color: #FFFFFF; font-size: 11px; }

/* float */
.divRight { float: right; }
.divLeft { float: left; }
.divNone { float: none; }
.divClearBoth { clear: both; }
.divClearLeft { clear: left; }
.divClearRight { clear: right; }

/* links */
a { font-size: 11px; }

a.blue:link, a.blue:visited { color: #0099CC; text-decoration: none; }
a.blue:hover { color: #0099CC; text-decoration: underline; }

a.red:link, a.red:visited { color: #D81F27; text-decoration: none; }
a.red:hover { color: #D81F27; text-decoration: underline; }

a.grey:link, a.grey:visited { color: #62615D; text-decoration: none; }
a.grey:hover { color: #62615D; text-decoration: underline; }

a.grey09:link, a.grey09:visited { color: #999999; text-decoration: none; font-size: 9px;}
a.grey09:hover { color: #999999; text-decoration: underline;  font-size: 9px;}

a.black10:link, a.black10:visited { color: #000000; text-decoration: none; font-size: 10px; }
a.black10:hover { color: #000000; text-decoration: underline; font-size: 10px; }

a.black11:link, a.black11:visited { color: #000000; text-decoration: none; }
a.black11:hover { color: #000000; text-decoration: underline; }

/* hr line */
.bgGrey { background-color: #EEEEEE; }
.bgGrey02 { background-color: #CCCCCC; }

/* hr line */
.topGrey01 { border-top: 1px solid #CCCCCC; }
.bottomGrey01 { border-bottom: 1px solid #CCCCCC; margin-right: 13px;}
.leftGreen { border-left: 4px solid #BCD501; }
.leftOrange { border-left: 4px solid #FFA500; }
.leftBlue { border-left: 4px solid #88BCE8; }
.leftRed { border-left: 4px solid #EE4B12; }

/* padding */
.paddingContent { padding: 12 15 15 10 }
.paddingLeftMenu { padding: 12 0 15 15 }
.paddingTop05 { padding-top: 5px; }
.paddingTop10 { padding-top: 10px; }
.paddingTop20 { padding-top: 20px; }
.paddingLeft05 { padding-left: 5px; }
.paddingLeft10 { padding-left: 10px; }
.paddingLeft15 { padding-left: 15px; }
.paddingRight10 { padding-right: 10px; }
.paddingRight20 { padding-right: 20px; }
.paddingBottom20 { padding-bottom: 20px; }
.homeTablePadding { padding: 0 5 0 5; }
.subTablePadding { padding: 3px; }

/* margin */
.marginTop05 { margin-top: 5px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.marginTop17 { margin-top: 17px; }
.marginTop20 { margin-top: 20px; }
.marginLeft05 { margin-left: 5px; }
.marginLeft10 { margin-left: 10px; }
.marginLeft15 { margin-left: 15px; }
.marginRight05 { margin-right: 5px; }
.marginRight10 { margin-right: 10px; }
.marginRight20 { margin-right: 20px; }
.marginBottom05 { margin-bottom: 5px; }
.marginBottom10 { margin-bottom: 10px;}
.marginBottom20 { margin-bottom: 20px; }

/* table & pic border */
.borderGrey { border: 1px solid #D1D1D1; }
.topGrey { border-top: 1px solid #D1D1D1; }
.bottomGrey { border-bottom: 1px solid #D1D1D1; }
.rightGrey { border-right: 1px solid #D1D1D1; }
.rightWhite { border-right: 1px solid #EEEEEE; }
.picBorder { background-color: #FFFFFF; border: 1px solid #CDCDCD; padding: 1px;}

/* list */
.listStyle01 {
	list-style-image: url(../images/arrow_red.gif);
}
.listStyle02 { list-style-image: url(../images/red_bullet.gif); }
.formStyle { background-color: #E9F4FE;}
