/*------------------------------------------------------------------------
# JA Nerine 1.0 - July, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/bg.gif);
}

td {
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666
}

/* Normal link */
a {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: underline;
}

/* Small text */
small, .small, {
	font-size: 10px;
	color: #ffffff;
}

.white {
color: #FFFFFF;
font-size: 10px;}

.black {
color: #000000;
font-size: 10px;}
