/*
Basic styles for W3C-compatible browsers with css2
All rights reserved - Copyright by medialink 2008 - v9.05.005/09.06.2008
*/


/* ===== basics =================================================================================== */
body					{margin:0; padding:0; font-family:arial, helvetica, geneva, sans-serif; font-size:12px; line-height:14px; font-weight:normal; color:#666666; background-color:#e4e1d7; }
td						{font-size:12px; line-height: 14px; font-family:arial, helvetica, geneva, sans-serif; font-weight:normal; color: #666666;}


/* ===== text =================================================================================== */

.textBig				{font-size:32px; font-weight:bold;   line-height: 40px; padding-top:8px; color:#e4e1d7}
.textLarge				{font-size:24px; font-weight:normal; line-height: 28px; padding-top:8px;}
.textStandard			{font-size:12px; font-weight:normal; line-height: 14px; }
.textMiddle				{font-size:11px; font-weight:normal; line-height: 14px; }
.textSmall				{font-size:10px; font-weight:normal; line-height: 12px; }

input					{font-size:12px; font-family:arial, helvetica, geneva, sans-serif; font-weight:bold; color:#000000; border:1px solid #cccccc; background-color:#ece9df; padding:2px; margin-bottom:4px;}


/* ===== links =================================================================================== */
a:link					{color: #ff8e00; text-decoration: none }
a:visited				{color: #ff8e00; text-decoration: none }
a:active				{color: #ff8e00; text-decoration: underline }
a:hover					{color: #ff8e00; text-decoration: underline }
a:visited:hover			{color: #ff8e00; text-decoration: underline }


/* ---end of file */