/*************************************************
* File: styles.css
* Author: George J Kollias
* Date Created: 06/18/2007
* Copyright © 2007 bride to be.
**************************************************
* About: This is the default cascading style
* sheet for the bridetobe.com.au website
*************************************************/

/* Default Elements */

FORM	{display:inline;}
BODY	{margin: 0px;}

	
.MainNavigation	{font-family: Helvetica, Arial; font-size: 11px; color: #33AACC; text-decoration: none; font-weight: bold;}
.MainNavigation:Hover	{font-family: Helvetica, Arial; font-size: 11px; color: #33AACC; text-decoration: none; font-weight: bold;}

A	{font-family: Helvetica, Arial;	font-size: 12px; color: #33AACC; text-decoration: none;}
A:Hover	{font-family: Helvetica, Arial;	font-size: 12px; color: #33AACC; text-decoration: underline;}

.FooterNavigation	{font-family: Helvetica, Arial;	font-size: 12px; color: #33AACC; text-decoration: none; font-weight: bold;}
.FooterNavigation:Hover	{font-family: Helvetica, Arial; font-size: 12px; color: #33AACC; text-decoration: none; font-weight: bold;}

.GeneralLink	{font-family: Helvetica, Arial;	font-size: 12px; color: #33AACC; text-decoration: none;}
.GeneralLink:Hover	{font-family: Helvetica, Arial; font-size: 12px; color: #33AACC; text-decoration: none;}

.Search{font-family: Helvetica, Arial; font-size: 11px;	color: #666666; text-decoration: none; width: 130px; height: 17px; padding: 0px;}
INPUT {font-family: Helvetica, Arial; font-size: 11px; color: #444444; text-decoration: none; padding: 1px;} 
TEXTAREA {font-family: Helvetica, Arial; font-size: 11px; color: #444444; text-decoration: none; padding: 1px;} 
SELECT {font-family: Helvetica, Arial; font-size: 11px; color: #444444; text-decoration: none; padding: 0px;} 

.PageHeading	{font-family: helvetica, Arial; font-size:24px;	color:#444444;text-decoration:none;}

.PageHeadingLink	{font-family: helvetica, Arial; font-size:24px;	color:#33AACC;text-decoration:none;}
.PageHeadingLink:Hover	{font-family: helvetica, Arial; font-size:24px;	color:#33AACC;text-decoration:underline;}

.PageIntroText	{font-family: helvetica, Arial; font-size:16px;	color:#444444;text-decoration:none; line-height:20px;}

.BusinessNameSmall	{font-family: helvetica, Arial; font-size:16px;	color:#33AACC;text-decoration:none;}
.BusinessNameSmall:Hover	{font-family: helvetica, Arial; font-size:16px;	color:#33AACC;text-decoration:underline;}

.PageIntroLink	{font-family: helvetica, Arial; font-size:16px;	color:#33AACC;text-decoration:none;}
.PageIntroLink:Hover	{font-family: helvetica, Arial; font-size:16px;	color:#33AACC;text-decoration:undeline;}

.PageArtilceLink	{font-family: helvetica, Arial; font-size:12px;	color:#33AACC; text-decoration:none;}
.PageArtilceLink:Hover	{font-family: helvetica, Arial; font-size:12px;	color:#33AACC;text-decoration:undeline;}

.RelatedArticles	{font-family: helvetica, Arial; font-size:12px;	color:#33AACC; text-decoration:none; line-height:18px;}
.RelatedArticles:Hover	{font-family: helvetica, Arial; font-size:12px;	color:#33AACC;text-decoration:undeline; line-height:18px;}

.Text	{font-family: helvetica, arial; padding-left:5px; padding-right:5px; font-size:12px; color:#444444;}
.CategoryText	{font-family: helvetica, arial; font-size:11px; color:#444444;}

.ByLine	{font-family: Helvetica, Arial;	font-size: 11px; color: #33AACC; text-decoration: none;}

LI	{list-style-image: url(/images/buttons/bullet.gif); padding: 0px 0px 0px 0px; font-size:12px;}

P	{margin:0px; font-family: helvetica, arial; font-size:12px; color:#444444;}

#FreeText	{margin:0px; font-family: helvetica, arial; font-size:12px; color:#444444;}
.FreeText	{margin:0px; font-family: helvetica, arial; font-size:12px; color:#444444;}
FreeText	{margin:0px; font-family: helvetica, arial; font-size:12px; color:#444444;}

TD	{font-family: helvetica, arial; font-size:11px; color:#444444;}

.Normal	{background-color;#ffffff;}
.Highlight{background-image: url('/images/Gallery/blue-box.gif');}

