/* global */
p,ul,ol,div,td,body { font-family:Arial,Helvetica,sans-serif; }
p,ul,ol,div,td,body { font-size:12px; color:#555555; }

/* links */
a:link { color:#CC3300; text-decoration:none; font-weight:bold; }
a:visited { color:#CC3300; text-decoration:none; font-weight:bold; }
a:active { color:#FF3300; text-decoration:hover; font-weight:bold; }
a:hover  { color:#FF3300; text-decoration:underline; font-weight:bold; }

/* fonts */
h1 { font-size:12px; font-weight:bold; margin-bottom: 0px;}
.medium { font-size:11px; }
.small { font-size:10px; }






/* colors */
.fontcolor { color: #555555; }
.white { color: #ffffff; }

/* bgcolors */
.body { background-color: #FFFFFF; }
.divider { background-color: #555555; }
.outline { background-color: #999999; }
.menubg	{ background-color: #F1F1F1; }

.brightbg	{ background-color: #E5E5E5; }
.verybrightbg	{ background-color: #F1F1F1; }
.reallybrightbg	{ background-color: #FAFAFA; }


.whitebg { background-color: #FFFFFF; }
.blackbg { background-color: #000000; }
.brownbg { background-color: #E1D8D1; }

/* forms */
.registerinput { width: 100%; font-size: 10px; }
.registersubmit { font-size: 10px; }
.logininput { width: 100%; font-size: 10px; }
.loginsubmit { width: 100%; font-size: 10px; }
