There is an alternative to Charles' focused approach which imports a single style from a specific template.
I use a much broader approach. The following macro will import every style from the attached template. The attached template is not always the Normal template but if you created the document yourself and didn't pay attention to which template you used then in all likelihood it is Normal.dotm.
Code:
Sub RefreshStylesFromTemplate()
ActiveDocument.UpdateStyles
End Sub