body, p, b, td
	{
	font-family			: Verdana, Arial, Helvetica, Times New Roman;
	font-size			: 11px;
	color				: #000000;
	}

body
	{
	background-color	: #FFFFFF;
	}
	
b
	{
	font-size			: 11px;
	font-weight			: bold;
	}

h1
	{
	font-size			: 15px;
	font-weight			: bold;
	}

h2
	{
	font-size			: 14px;
	font-weight			: bold;
	}

h3
	{
	font-size			: 13px;
	font-weight			: bold;
	color				: #BF0045;
	}
	
h4
	{
	font-size			: 12px;
	font-weight			: bold;
	}	
	
/* Link */
a
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	}
:active
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
	color: #BF0045;
	}
:hover
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
	color: #BF0045;
	}
:visited
	{
	text-decoration		: none;
	}
/* Link Menu */
a.menu
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 11px;
	text-decoration: none;
	color: #19A46B;
	}
:active.menu
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
	color: #19A46B;
	}
:hover.menu
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
	color: #19A46B;
	}
:visited.menu
	{
	text-decoration		: none;
	}
/* Link Submenu */
a.submenu
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 10px;
	text-decoration: none;
	color: #19A46B;
	}
:active.submenu
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 10px;
	text-decoration: none;
	color: #19A46B;
	}
:hover.submenu
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 10px;
	text-decoration: none;
	color: #19A46B;
	}
:visited.submenu
	{
	text-decoration		: none;
	}

.mini
	{
	font-size			: 10px;
	color				: #000000;
	}
	
.pink
	{
	color				: #BF0045;
	}

.white
	{
	color				: #FFFFFF;
	}

.tab	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 10px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	}
	
.input, .select, .textarea	{
	background-color: #FFFFFF;
	border: 1px solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 10px;
}

.input.search	{
	background-color: #BBBBBB;
	border: 1px solid;
	border-top-color: #888888;
	border-left-color: #888888;
	border-right-color: #999999;
	border-bottom-color: #999999;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 10px;
}
	
.submit	{
	background-color: #DEDEDE;
	border: 1px solid;
        border-top-color: #FFFFFF;
        border-left-color: #FFFFFF;
        border-right-color: #888888;
        border-bottom-color: #888888;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 10px;
	}


