.G_White {
	color:#fff;
}

.G_Black {
	color:#000;
}

.G_WhiteBG {
	background-color:#fff;
}

.G_BlackBG {
	background-color:#000;
}

.G_NoFrame {
	margin:0px;
	padding:0px;
}

.G_Fett {
	font-weight:bold;
}

.G_ClearLeft {
	clear:left;
	overflow:hidden;
}

.G_ClearRight {
	clear:right;
	overflow:hidden;
}

.G_ClearBoth {
	clear:both;
	overflow:hidden;
}

.G_FloatLeft {
	float:left;
}

.G_FloatRight {
	float:right;
}

.G_Absolute {
	position:absolute;
}

.G_Relative {
	position:relative;
}

.G_NoOutline {
	outline:none;
}

.G_Raquo {
	font-size:14px;
	padding-left:7px;
}

.G_Top {
	vertical-align:top;
}

.G_Middle {
	vertical-align:middle;
}

.G_Bottom {
	vertical-align:bottom;
}

.G_Left {
	text-align:left;
}

.G_Center {
	text-align:center;
}

.G_Right {
	text-align:right;
}

.G_NoPadding {
	padding:0px;
}

.G_NoMargin {
	margin:0px;
}

.G_NoBorder {
	border:0px solid transparent;
}

.G_NoWrap {
	white-space:nowrap;
}

.G_LineThrough {
	text-decoration:line-through;
}

G_Pointer {
	cursor:pointer;
}

a.G_NoDeco {
	text-decoration:none;
}

form {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}
