/*---------------------body style------------------*/
*{
font-size:12px;
line-height:18px;
color:#FFFFFF;
font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
margin:0px;
}
/*--------------------------------------------------*/


/*---------------------font style------------------*/

.font-orange{
font-size:12px;
font-weight: bold;
color: #ffc600;
}

.font-orange-title{
font-size:14px;
font-weight: bold;
color: #ffc600;
}

.font-title{
font-size:18px;
font-weight: bold;
color: #FFFFFF;
}

.font-month{
font-size:24px;
font-weight: bold;
color: #FFFFFF;
}

.font-small{
font-size:10px;
font-weight: normal;
color: #FFFFFF;
}

.font-medium{
font-size:11px;
font-weight: normal;
color: #FFFFFF;
}

.font-large{
font-size:14px;
font-weight: bold;
color: #FFFFFF;
}

/*--------------------------------------------------*/


/*---------------------link style------------------*/

a,
a:link,
a:active,
a:visited {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-size:11px;
	text-decoration: underline;
	font-weight:bold;
	color: #FFFFFF;
}

.month-link  a:link,
.month-link a:active,
.month-link a:visited  {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.month-link a:hover {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
}

.board-link  a:link,
.board-link a:active,
.board-link a:visited  {
	color:#ffc600;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.board-link a:hover {
	color:#ffc600;
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
}
.button_submit {
	background-image:url(../images/submit-btn.gif);
	width:84px;
	height:26px;
	border-width:0px;
}	
.button_cancel {
	background-image:url(../images/cancle-btn.gif);
	width:84px;
	height:26px;
	border-width:0px;
}	
/*--------------------------------------------------*/
