/*============================================================
|
|   -------------------------------------------------------
|   Secu-Tech v2.0
|   -------------------------------------------------------
|
|   $Id$
|
|   $Revision: 19 $
|   $Date: 2007-11-07 01:52:47 +0100 (Wed, 07 Nov 2007) $
|   $Author: sid $
|   $URL: file:///W:/pages/_jobs/30music/svn_repo/sid_inc/funcs.inc.php $
|
|   author:     Mag. Mario Rader @ K9soft
|   contact:    stargraphx@gmail.com
|   company:    http://www.k9soft.com
|   copyright:  the code and images on this site are property
|               of the author, with limited usage rights to
|               Secu-Tech.
|				re-use, copying, etc. of the code in parts or 
|				as a whole require the authors explicit 
|               written permission!
|
============================================================*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0; 
}

table { 
	border-collapse: collapse; 
	border-spacing : 0; 
}

fieldset, img { 
	border: 0; 
}

ol, ul { 
	list-style: none; 
}

h1, h2, h3, h4, h5, h6 { 
	font-size: 1em; 
	font-weight: normal; 
}

body { 
	background: #fff; 
	font: normal 11px Arial, Helvetica, sans-serif; 
}

a { 
	color: #000; 
	text-decoration: underline; 
}

a:hover { 
	color: #999; 
	text-decoration: none; 
}

.c { 
	clear: both; 
	font-size: 0px; 
}

/* sid */

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.inline {
    display: inline;
}